aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-05 19:12:03 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-05 19:12:03 +0000
commit7fd9e30c2a17e3a65260c04fbda5575257a242cc (patch)
tree455ab77f385e3f48619c65c9c00d160f2ac5d6be /CHANGES
parent74bb64d752d6982b55f1759900d7ea403d25b83e (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: http://svn.digium.com/svn/asterisk/trunk@141328 f38db490-d61c-443f-a65b-d21fe96a405b
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 -------------