提交 a8d53fdd authored 作者: Brian West's avatar Brian West

FS-9943: [core] Default 488 handling for t.38 re-invite switches to udptl mode…

FS-9943: [core] Default 488 handling for t.38 re-invite switches to udptl mode when it should not. #resolve
上级 e460bf85
...@@ -3945,7 +3945,7 @@ SWITCH_DECLARE(uint8_t) switch_core_media_negotiate_sdp(switch_core_session_t *s ...@@ -3945,7 +3945,7 @@ SWITCH_DECLARE(uint8_t) switch_core_media_negotiate_sdp(switch_core_session_t *s
goto done; goto done;
} }
if (switch_channel_var_true(channel, "refuse_t38")) { if (switch_channel_var_true(channel, "refuse_t38") || !switch_channel_var_true(channel, "fax_enable_t38")) {
switch_channel_clear_app_flag_key("T38", session->channel, CF_APP_T38); switch_channel_clear_app_flag_key("T38", session->channel, CF_APP_T38);
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "%s T38 REFUSE on %s\n", switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "%s T38 REFUSE on %s\n",
switch_channel_get_name(channel), switch_channel_get_name(channel),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论