From: Anthony Minessale Date: Thu, 12 Apr 2012 14:36:23 +0000 (-0500) Subject: doh X-Git-Tag: v1.2-rc1~17^2~238 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76fcaf4c35e186d6efe4fc8f03429a13d3e208d6;p=thirdparty%2Ffreeswitch.git doh --- diff --git a/src/mod/applications/mod_httapi/mod_httapi.c b/src/mod/applications/mod_httapi/mod_httapi.c index 3db9c3fb04..3abc519b67 100644 --- a/src/mod/applications/mod_httapi/mod_httapi.c +++ b/src/mod/applications/mod_httapi/mod_httapi.c @@ -1142,7 +1142,8 @@ static switch_status_t parse_xml(client_t *client) switch_channel_get_variables(client->channel, &templ_data); switch_event_merge(templ_data, client->params); expanded = switch_event_expand_headers_check(templ_data, tag->txt, - client->profile->var_params.expand_var_list, client->profile->var_params.api_list); + client->profile->var_params.expand_var_list, + client->profile->var_params.api_list, 0); switch_event_destroy(&templ_data); }