git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10581 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-12-03 19:55:05 +00:00
parent e1e860a563
commit f6593b6e68
1 changed files with 1 additions and 0 deletions

View File

@ -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: