aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authordvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2010-05-17 13:03:51 +0000
committerdvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2010-05-17 13:03:51 +0000
commit9e5825b16731ba2fbdebe8049d59da9b6286211a (patch)
tree11f2b40f8b010ae73340690f3ee50754dd410681 /CHANGES
parentad1718a15963c605d20fbbfe256991d2035a5864 (diff)
backport of DAHDI dynamic buffer policy dialstring option
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@263293 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index eaf7007e5..f4b4fbd06 100644
--- a/CHANGES
+++ b/CHANGES
@@ -84,6 +84,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.