提交 6a08424f authored 作者: Anthony Minessale's avatar Anthony Minessale 提交者: Brian West

FS-8566 #resolve [Call fails when put on hold in bypass media mode with inbound…

FS-8566 #resolve [Call fails when put on hold in bypass media mode with inbound late neg set to false]
上级 9dede690
......@@ -3799,7 +3799,7 @@ SWITCH_DECLARE(switch_status_t) switch_channel_perform_answer(switch_channel_t *
}
if (switch_core_session_in_thread(channel->session)) {
if (switch_core_session_in_thread(channel->session) && !switch_channel_test_flag(channel, CF_PROXY_MODE)) {
const char *delay;
if (switch_channel_test_flag(channel, CF_VIDEO)) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论