don't throw error on this event now

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13519 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-05-30 03:44:14 +00:00
parent d4d7315cc4
commit 44c27f9922
1 changed files with 2 additions and 0 deletions

View File

@ -494,6 +494,8 @@ void sofia_event_callback(nua_event_t event,
case nua_i_info:
sofia_handle_sip_i_info(nua, profile, nh, session, sip, tags);
break;
case nua_r_update:
break;
case nua_r_refer:
break;
case nua_i_refer: