aboutsummaryrefslogtreecommitdiffstats
path: root/doc/channelvariables.txt
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-25 16:44:22 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-25 16:44:22 +0000
commitd4f2c0ca2a3398536d487b66bd0f1d3bbb148d3f (patch)
tree92e702b86b97ee856983f1897f4d0530a7e45a02 /doc/channelvariables.txt
parent1812f9ed10516cc130b1ec04c5bba7379d1cf8b1 (diff)
- 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: http://svn.digium.com/svn/asterisk/trunk@30272 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc/channelvariables.txt')
-rw-r--r--doc/channelvariables.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/channelvariables.txt b/doc/channelvariables.txt
index cff06d81e..9a1028289 100644
--- a/doc/channelvariables.txt
+++ b/doc/channelvariables.txt
@@ -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()