mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-08 08:51:50 +00:00
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:
parent
748fb0b1fa
commit
c901727fc2
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user