summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2010-09-23 18:45:41 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2010-09-23 18:45:41 +0000
commitcfe811bb358ecc9e07ba42a0508453862592e5cc (patch)
treec62f8946281729ebf226600c0dac0984cda7b696
parent9c1c787c360795f2419ed9d863a01d3495e57d50 (diff)
Merged revisions 288606 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r288606 | tilghman | 2010-09-23 13:44:44 -0500 (Thu, 23 Sep 2010) | 2 lines Add note about the checkhangup option of ${CHANNEL()} ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@288607 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index ca5dd223f..64f104832 100644
--- a/CHANGES
+++ b/CHANGES
@@ -196,7 +196,7 @@ Dialplan Functions
setting various connected line and redirecting party information.
* CALLERID and CONNECTEDLINE dialplan functions have been extended to
support ISDN subaddressing.
- * The CHANNEL() function now supports the "name" option.
+ * The CHANNEL() function now supports the "name" and "checkhangup" options.
* For DAHDI channels, the CHANNEL() dialplan function now allows
the dialplan to request changes in the configuration of the active
echo canceller on the channel (if any), for the current call only.