From: Tilghman Lesher Date: Wed, 16 Jan 2008 22:36:58 +0000 (+0000) Subject: Info about res_config_curl X-Git-Tag: 1.6.0-beta1~3^2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bba20a836044b41e9edfbb6b3ac13ef348b1df76;p=thirdparty%2Fasterisk.git Info about res_config_curl git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@98984 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/CHANGES b/CHANGES index 5806d9a93e..1f33c515e2 100644 --- a/CHANGES +++ b/CHANGES @@ -448,6 +448,10 @@ Miscellaneous New Modules on as the channel's audio. This is very useful for building custom vocoders or doing recording or analysis of the channel's audio in another application. + * Added a new module, res_config_curl, which permits using a HTTP POST url + to retrieve, create, update, and delete realtime information from a remote + web server. Note that this module requires func_curl.so to be loaded for + backend functionality. Miscellaneous -------------