Skip to content
Snippets Groups Projects
Commit 96d3e573 authored by David Vossel's avatar David Vossel
Browse files

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
parent b8ea6e75
No related branches found
No related tags found
No related merge requests found
...@@ -160,15 +160,6 @@ Dialplan Functions ...@@ -160,15 +160,6 @@ Dialplan Functions
* CALLERID and CONNECTEDLINE dialplan functions have been extended to * CALLERID and CONNECTEDLINE dialplan functions have been extended to
support ISDN subaddressing. support ISDN subaddressing.
* The CHANNEL() function now supports the "name" option. * 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 * For DAHDI channels, the CHANNEL() dialplan function now allows
the dialplan to request changes in the configuration of the active the dialplan to request changes in the configuration of the active
echo canceller on the channel (if any), for the current call only. echo canceller on the channel (if any), for the current call only.
...@@ -532,6 +523,15 @@ DAHDI Changes ...@@ -532,6 +523,15 @@ DAHDI Changes
Dialplan Functions 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 * Added a new dialplan function, CURLOPT, which permits setting various
options that may be useful with the CURL dialplan function, such as options that may be useful with the CURL dialplan function, such as
cookies, proxies, connection timeouts, passwords, etc. cookies, proxies, connection timeouts, passwords, etc.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment