[asterisk-commits] dvossel: trunk r263294 - /trunk/CHANGES

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon May 17 08:05:35 CDT 2010


Author: dvossel
Date: Mon May 17 08:05:32 2010
New Revision: 263294

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=263294
Log:
Update CHANGES to reflect DAHDI buffer dialstring option backport to 1.6.2

Modified:
    trunk/CHANGES

Modified: trunk/CHANGES
URL: http://svnview.digium.com/svn/asterisk/trunk/CHANGES?view=diff&rev=263294&r1=263293&r2=263294
==============================================================================
--- trunk/CHANGES (original)
+++ trunk/CHANGES Mon May 17 08:05:32 2010
@@ -160,15 +160,6 @@
  * 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 @@
 
 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.




More information about the asterisk-commits mailing list