summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2012-02-14 00:43:50 +0000
committerRussell Bryant <russell@russellbryant.com>2012-02-14 00:43:50 +0000
commit33322e38f0a0a0fa6f6d9be8500a6135a6a5715b (patch)
treedf77c0cca9e8c1a5aa33582c515291bcea33ca95 /CHANGES
parentb978e785ddaa2179b467051e8b70451ee5e42ec5 (diff)
res_agi: Add AGIEXITONHANGUP variable.
This patch adds a variable AGIEXITONHANGUP for res_agi. If this variable is set to "yes" on a channel, AGI() will exit immediately once a channel hangup has been detected. This was the behavior of AGI() in Asterisk 1.4 and earlier and is still desired by some people. Review: https://reviewboard.asterisk.org/r/1734/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@355102 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e40ed417f..4b6e3d2fa 100644
--- a/CHANGES
+++ b/CHANGES
@@ -188,6 +188,12 @@ res_corosync
is a replacement for the res_ais module that was in previous releases of
Asterisk.
+AGI
+---
+ * A new channel variable, AGIEXITONHANGUP, has been added which allows
+ Asterisk to behave like it did in Asterisk 1.4 and earlier where the
+ AGI application would exit immediately after a channel hangup is detected.
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 1.8 to Asterisk 10 -------------------
------------------------------------------------------------------------------