Add mod_xml_curl to modules.conf.in and add parameter change submitted by Bret McDanel (thanks)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3980 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-01-17 17:22:14 +00:00
parent 7c4d9e1c83
commit 0ac4fbc159
2 changed files with 2 additions and 1 deletions

View File

@ -48,5 +48,6 @@ formats/mod_sndfile
#languages/mod_spidermonkey_etpan
timers/mod_softtimer
#xml_int/mod_xml_rpc
#xml_int/mod_xml_curl
say/mod_say_en

View File

@ -77,7 +77,7 @@ static switch_xml_t xml_url_fetch(char *section,
tag_name ? tag_name : "",
key_name ? key_name : "",
key_value ? key_value : "",
params ? "&" : "", params ? params : ""))) {
params ? index(params,'=') ? "&" : "&params=" : "", params ? params : ""))) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "Memory Error!\n");
return NULL;