doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10581 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
e1e860a563
commit
f6593b6e68
|
@ -2546,6 +2546,7 @@ static void sofia_handle_sip_i_state(switch_core_session_t *session, int status,
|
|||
case nua_callstate_ready:
|
||||
case nua_callstate_completed:
|
||||
case nua_callstate_received:
|
||||
case nua_callstate_proceeding:
|
||||
if (!(session && channel && tech_pvt)) goto done;
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue