1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-06-06 05:01:34 +00:00

FS-4380 --resolve

This commit is contained in:
Anthony Minessale 2012-07-03 11:06:12 -05:00
parent 15fda06646
commit 2b17e82dd4

@ -262,7 +262,7 @@ static int parse_exten(switch_event_t *event, switch_xml_t xexten, switch_event_
if (xinline) { if (xinline) {
switch_core_execute_chat_app(event, application, app_data); switch_core_execute_chat_app(event, application, app_data);
} else { } else {
switch_event_add_header_string(*extension, SWITCH_STACK_BOTTOM, application, zstr(data) ? "__undef" : data); switch_event_add_header_string(*extension, SWITCH_STACK_BOTTOM, application, zstr(app_data) ? "__undef" : app_data);
} }
} }
switch_safe_free(substituted); switch_safe_free(substituted);