提交 10a4b302 authored 作者: Anthony Minessale's avatar Anthony Minessale

FSCORE-334

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12649 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 24e342da
...@@ -1569,7 +1569,7 @@ SWITCH_STANDARD_APP(att_xfer_function) ...@@ -1569,7 +1569,7 @@ SWITCH_STANDARD_APP(att_xfer_function)
switch_channel_clear_flag(peer_channel, CF_INNER_BRIDGE); switch_channel_clear_flag(peer_channel, CF_INNER_BRIDGE);
switch_channel_clear_flag(channel, CF_INNER_BRIDGE); switch_channel_clear_flag(channel, CF_INNER_BRIDGE);
if (!switch_channel_down(peer_channel)) { if (switch_channel_down(peer_channel)) {
switch_core_session_rwunlock(peer_session); switch_core_session_rwunlock(peer_session);
goto end; goto end;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论