提交 66f4c593 authored 作者: Anthony Minessale's avatar Anthony Minessale

SwK and his never-ending demand for 1 line patches

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7479 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 4e9c7aab
...@@ -1702,6 +1702,7 @@ static void sofia_handle_sip_i_state(switch_core_session_t *session, int status, ...@@ -1702,6 +1702,7 @@ static void sofia_handle_sip_i_state(switch_core_session_t *session, int status,
if (r_sdp && !switch_test_flag(tech_pvt, TFLAG_SDP)) { if (r_sdp && !switch_test_flag(tech_pvt, TFLAG_SDP)) {
if (switch_channel_test_flag(channel, CF_BYPASS_MEDIA)) { if (switch_channel_test_flag(channel, CF_BYPASS_MEDIA)) {
switch_set_flag_locked(tech_pvt, TFLAG_ANS); switch_set_flag_locked(tech_pvt, TFLAG_ANS);
switch_set_flag_locked(tech_pvt, TFLAG_SDP);
switch_channel_mark_answered(channel); switch_channel_mark_answered(channel);
if ((uuid = switch_channel_get_variable(channel, SWITCH_SIGNAL_BOND_VARIABLE)) if ((uuid = switch_channel_get_variable(channel, SWITCH_SIGNAL_BOND_VARIABLE))
&& (other_session = switch_core_session_locate(uuid))) { && (other_session = switch_core_session_locate(uuid))) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论