[Freeswitch-svn] [commit] r7479 - freeswitch/trunk/src/mod/endpoints/mod_sofia
Freeswitch SVN
anthm at freeswitch.org
Fri Feb 1 17:24:57 EST 2008
Author: anthm
Date: Fri Feb 1 17:24:57 2008
New Revision: 7479
Modified:
freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
Log:
SwK and his never-ending demand for 1 line patches
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c Fri Feb 1 17:24:57 2008
@@ -1702,6 +1702,7 @@
if (r_sdp && !switch_test_flag(tech_pvt, TFLAG_SDP)) {
if (switch_channel_test_flag(channel, CF_BYPASS_MEDIA)) {
switch_set_flag_locked(tech_pvt, TFLAG_ANS);
+ switch_set_flag_locked(tech_pvt, TFLAG_SDP);
switch_channel_mark_answered(channel);
if ((uuid = switch_channel_get_variable(channel, SWITCH_SIGNAL_BOND_VARIABLE))
&& (other_session = switch_core_session_locate(uuid))) {
More information about the Freeswitch-svn
mailing list