update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3437 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
69197e82df
commit
3a7a5295af
|
@ -2591,6 +2591,11 @@ static void sip_i_state(int status,
|
|||
nua_ack(nh, TAG_END());
|
||||
break;
|
||||
case nua_callstate_received:
|
||||
if (session && switch_core_session_running(session)) {
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "Re-Entering Call State Received!\n");
|
||||
return;
|
||||
}
|
||||
|
||||
if (channel) {
|
||||
if (r_sdp) {
|
||||
if (switch_test_flag(tech_pvt, TFLAG_NOMEDIA)) {
|
||||
|
|
Loading…
Reference in New Issue