From: Jeff Lenk Date: Fri, 22 Jul 2011 20:51:50 +0000 (-0500) Subject: FS-3421 --resolve X-Git-Tag: v1.2-rc1~103^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b2299035fdeeba524d4ef1e49e2b1d16944b2247;p=thirdparty%2Ffreeswitch.git FS-3421 --resolve --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index d54aa7896a..e848266783 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -4833,9 +4833,7 @@ static void sofia_handle_sip_r_invite(switch_core_session_t *session, int status } } - /* SNARK: message to respond to reinvite wasn't being delivered in 3pcc+bypass media case. */ - //switch_core_session_queue_message(other_session, msg); - switch_core_session_receive_message(other_session, msg); + switch_core_session_queue_message(other_session, msg); switch_core_session_rwunlock(other_session); }