nua_r_prack
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9929 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
72b4603f62
commit
5cea654e2e
|
@ -304,6 +304,7 @@ void sofia_event_callback(nua_event_t event,
|
|||
sofia_reg_handle_sip_i_register(nua, profile, nh, sofia_private, sip, tags);
|
||||
break;
|
||||
case nua_i_prack:
|
||||
case nua_r_prack:
|
||||
break;
|
||||
case nua_i_state:
|
||||
sofia_handle_sip_i_state(session, status, phrase, nua, profile, nh, sofia_private, sip, tags);
|
||||
|
|
Loading…
Reference in New Issue