mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
- add support for setting an AGISTATUS variable that indicates successful
execution, failure, or if the channel requested hangup. - only return -1 from the application if the application requested hangup. If there was just a failure in execution of the AGI, just set the status variable appropriately and move on in the dialplan. (issue #7121, original patch by Alessandro Polverini, updated patch by srt, committed patch is heavily modified to allow still returning -1 on hangup) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30272 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -602,6 +602,7 @@ In Asterisk 1.2, many applications return the result in a variable
|
||||
instead of, as in Asterisk 1.0, changing the dial plan priority (+101).
|
||||
For the various status values, see each application's help text.
|
||||
|
||||
${AGISTATUS} * agi()
|
||||
${AQMSTATUS} * addqueuemember()
|
||||
${AVAILSTATUS} * chanisavail()
|
||||
${CHECKGROUPSTATUS} * checkgroup()
|
||||
|
Reference in New Issue
Block a user