FS-3421 --resolve

This commit is contained in:
Jeff Lenk 2011-07-22 15:51:50 -05:00
parent 61b04bfc78
commit b2299035fd

View 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);
}