[Home]

Summary:ASTERISK-10199: [patch] Failure reason missing in failed extension
Reporter:jmls (jmls)Labels:
Date Opened:2007-08-30 03:21:55Date Closed:2007-08-30 09:37:11
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/PBX
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) pbx.diff
Description:If you use the failed extension to trap any call failures in either a spooled file or AMI originate you have no indication of why the call failed.

This patch adds a channel variable called ${REASON} which holds the same value as the reason: xx line in the originateresponse event

****** ADDITIONAL INFORMATION ******

I think that this is a bug as the failed extension does not provide the same information as the originateresponse failed event, so this is a patch for 1.4 svn
Comments:By: Digium Subversion (svnbot) 2007-08-30 09:24:28

Repository: asterisk
Revision: 81372

------------------------------------------------------------------------
r81372 | file | 2007-08-30 09:24:27 -0500 (Thu, 30 Aug 2007) | 6 lines

(closes issue ASTERISK-10199)
Reported by: jmls
Patches:
     pbx.diff uploaded by jmls (license 141)
Add REASON dialplan variable for when an originated call fails and the failed extension is executed.

------------------------------------------------------------------------

By: Digium Subversion (svnbot) 2007-08-30 09:35:29

Repository: asterisk
Revision: 81375

------------------------------------------------------------------------
r81375 | file | 2007-08-30 09:35:29 -0500 (Thu, 30 Aug 2007) | 6 lines

(closes issue ASTERISK-10199)
Reported by: jmls
Patches:
     pbx.diff uploaded by jmls (license 141)
Backport changes from 81372. Add REASON dialplan variable for when an originated call fails and the failed extension is executed.

------------------------------------------------------------------------

By: Digium Subversion (svnbot) 2007-08-30 09:37:11

Repository: asterisk
Revision: 81377

------------------------------------------------------------------------
r81377 | file | 2007-08-30 09:37:10 -0500 (Thu, 30 Aug 2007) | 13 lines

Blocked revisions 81375 via svnmerge

........
r81375 | file | 2007-08-30 11:53:43 -0300 (Thu, 30 Aug 2007) | 6 lines

(closes issue ASTERISK-10199)
Reported by: jmls
Patches:
     pbx.diff uploaded by jmls (license 141)
Backport changes from 81372. Add REASON dialplan variable for when an originated call fails and the failed extension is executed.

........

------------------------------------------------------------------------