From d4f2c0ca2a3398536d487b66bd0f1d3bbb148d3f Mon Sep 17 00:00:00 2001 From: russell Date: Thu, 25 May 2006 16:44:22 +0000 Subject: - 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 --- doc/channelvariables.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') 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() -- cgit v1.2.3