提交 676419a2 authored 作者: Luis Azedo's avatar Luis Azedo 提交者: Luis Azedo

FS-9439 check chained loopback for loopback_bowout

上级 bfb9e96f
...@@ -776,6 +776,7 @@ static switch_status_t find_non_loopback_bridge(switch_core_session_t *session, ...@@ -776,6 +776,7 @@ static switch_status_t find_non_loopback_bridge(switch_core_session_t *session,
const char *a_uuid = NULL; const char *a_uuid = NULL;
switch_core_session_t *sp = NULL; switch_core_session_t *sp = NULL;
*br_session = NULL; *br_session = NULL;
*br_uuid = NULL; *br_uuid = NULL;
...@@ -788,6 +789,8 @@ static switch_status_t find_non_loopback_bridge(switch_core_session_t *session, ...@@ -788,6 +789,8 @@ static switch_status_t find_non_loopback_bridge(switch_core_session_t *session,
switch_channel_wait_for_state_or_greater(spchan, channel, CS_ROUTING); switch_channel_wait_for_state_or_greater(spchan, channel, CS_ROUTING);
if (switch_false(switch_channel_get_variable(spchan, "loopback_bowout"))) break;
tech_pvt = switch_core_session_get_private(sp); tech_pvt = switch_core_session_get_private(sp);
if (tech_pvt->other_channel) { if (tech_pvt->other_channel) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论