FS-4380 --resolve
This commit is contained in:
parent
15fda06646
commit
2b17e82dd4
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue