提交 3f8b5a90 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-5065 please test this version

上级 79bba25c
......@@ -6802,7 +6802,8 @@ int sofia_glue_tech_simplify(private_object_t *tech_pvt)
goto end;
}
if ((uuid = switch_channel_get_partner_uuid(tech_pvt->channel)) && (other_session = switch_core_session_locate(uuid))) {
if (switch_channel_test_flag(tech_pvt->channel, CF_BRIDGED) &&
(uuid = switch_channel_get_partner_uuid(tech_pvt->channel)) && (other_session = switch_core_session_locate(uuid))) {
other_channel = switch_core_session_get_channel(other_session);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论