FS-4875 --resolve

This commit is contained in:
Anthony Minessale 2013-03-15 09:36:57 -05:00
parent a28f19b7a2
commit ee308f00de
1 changed files with 4 additions and 0 deletions

View File

@ -2238,6 +2238,10 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess
}
}
if ((var_val = switch_event_get_header(var_event, "fax_enable_t38_request"))) {
switch_event_add_header_string(var_event, SWITCH_STACK_BOTTOM, "ignore_early_media", "true");
}
if ((var_val = switch_event_get_header(var_event, "ignore_early_media"))) {
if (switch_true(var_val)) {
oglobals.early_ok = 0;