FS-4380 --resolve

This commit is contained in:
Anthony Minessale 2012-07-03 11:06:12 -05:00
parent 15fda06646
commit 2b17e82dd4
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ static int parse_exten(switch_event_t *event, switch_xml_t xexten, switch_event_
if (xinline) {
switch_core_execute_chat_app(event, application, app_data);
} 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);