nua_r_prack

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9929 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-10-10 02:59:59 +00:00
parent 72b4603f62
commit 5cea654e2e
1 changed files with 1 additions and 0 deletions

View File

@ -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);