提交 8afd2000 authored 作者: Brian West's avatar Brian West

Swap UUIDs

上级 304c33f9
......@@ -839,7 +839,7 @@ static switch_status_t channel_write_frame(switch_core_session_t *session, switc
"%s detected bridge on both ends, attempting direct connection.\n", switch_channel_get_name(channel));
/* channel_masquerade eat your heart out....... */
switch_ivr_uuid_bridge(a_uuid, b_uuid);
switch_ivr_uuid_bridge(b_uuid, a_uuid);
good_to_go = 1;
switch_mutex_unlock(tech_pvt->mutex);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论