map unknown event to break

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9926 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-10-10 02:31:17 +00:00
parent 748fb0b1fa
commit c901727fc2
1 changed files with 1 additions and 0 deletions

View File

@ -273,6 +273,7 @@ void sofia_event_callback(nua_event_t event,
case nua_r_unsubscribe:
case nua_r_publish:
case nua_i_cancel:
case nua_r_cancel:
case nua_i_error:
case nua_i_active:
case nua_i_ack: