summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Vossel <dvossel@digium.com>2010-05-17 13:05:32 +0000
committerDavid Vossel <dvossel@digium.com>2010-05-17 13:05:32 +0000
commit96d3e573c95ce37fff9e53c89193142f8d858adc (patch)
tree56476af2fc82b8b76258ed7bfc5375830067b2b3
parentb8ea6e7500f152a3116e9143109ef55ec10fc10e (diff)
Update CHANGES to reflect DAHDI buffer dialstring option backport to 1.6.2
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@263294 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--CHANGES18
1 files changed, 9 insertions, 9 deletions
diff --git a/CHANGES b/CHANGES
index 4286fcf64..ff60c5fc8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -160,15 +160,6 @@ Dialplan Functions
* CALLERID and CONNECTEDLINE dialplan functions have been extended to
support ISDN subaddressing.
* The CHANNEL() function now supports the "name" option.
- * For DAHDI channels, the CHANNEL() dialplan function now
- supports changing the channel's buffer policy (for the current
- call only), using this syntax:
-
- exten => s,n,Set(CHANNEL(buffers)=6,full)
-
- This would change the channel to the 'full' buffer policy and
- 6 (six) buffers. Possible options for this setting are the same
- as those in chan_dahdi.conf.
* 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.
@@ -532,6 +523,15 @@ DAHDI Changes
Dialplan Functions
------------------
+ * For DAHDI channels, the CHANNEL() dialplan function now
+ supports changing the channel's buffer policy (for the current
+ call only), using this syntax:
+
+ exten => s,n,Set(CHANNEL(buffers)=6,full)
+
+ This would change the channel to the 'full' buffer policy and
+ 6 (six) buffers. Possible options for this setting are the same
+ as those in chan_dahdi.conf.
* Added a new dialplan function, CURLOPT, which permits setting various
options that may be useful with the CURL dialplan function, such as
cookies, proxies, connection timeouts, passwords, etc.