Asterisk func curl
Created by: murf,Last modification on Sat 14 of Jan, 2006 [05:37 UTC]
Synopsis:
Retrieves the contents of a URLDescription:
CURL(url[|post-data])url - URL to retrieve
post-data - Optional data to send as a POST (GET is default action)
Notes
- *CLI> show function CURL

Comments
333configure for curl
Then in the asterisk sources re-run the ./configure script and check if it detects curl.
Run make menuselect and look under the Dialplan Functions for the func_curl entry, making sure there are no XXX's there before compiling and installing asterisk.
These steps were needed for Asterisk sources arround ~1.4.19.2