]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-3421 --resolve
authorJeff Lenk <jeff@jefflenk.com>
Fri, 22 Jul 2011 20:51:50 +0000 (15:51 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Fri, 22 Jul 2011 20:51:50 +0000 (15:51 -0500)
src/mod/endpoints/mod_sofia/sofia.c

index d54aa7896a94f8e3e9b7cd096a1fe1b34d57f39a..e848266783e1f02be5f1c30f7dc30b5271e8380c 100644 (file)
@@ -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);
                                }