summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-09-05 19:12:03 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-09-05 19:12:03 +0000
commit2c738041bdc432430d7965328d7e2a85c856246c (patch)
tree455ab77f385e3f48619c65c9c00d160f2ac5d6be /CHANGES
parent9dde5b502fb90023644fa3543c2d52eaa12c034f (diff)
Add the CURLOPT dialplan function, which permits setting various options for
use with the CURL dialplan function. (closes issue #12920) Reported by: davevg Patches: 20080904__bug12920.diff.txt uploaded by Corydon76 (license 14) Tested by: Corydon76, davevg git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@141328 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index ea665c993..75c0533b0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,11 @@
--- Functionality changes from Asterisk 1.6.1 to Asterisk 1.6.2 -------------
------------------------------------------------------------------------------
-* Nothing, yet!
+Dialplan Functions
+------------------
+ * 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.
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 1.6.0 to Asterisk 1.6.1 -------------