From 76fcaf4c35e186d6efe4fc8f03429a13d3e208d6 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 12 Apr 2012 09:36:23 -0500 Subject: [PATCH] doh --- src/mod/applications/mod_httapi/mod_httapi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); }