mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
fix killgw
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12716 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -430,6 +430,7 @@ void sofia_event_callback(nua_event_t event,
|
||||
case nua_i_fork:
|
||||
case nua_r_info:
|
||||
case nua_r_bye:
|
||||
case nua_r_unregister:
|
||||
case nua_r_unsubscribe:
|
||||
case nua_r_publish:
|
||||
case nua_i_cancel:
|
||||
@@ -464,7 +465,6 @@ void sofia_event_callback(nua_event_t event,
|
||||
sofia_handle_sip_i_notify(session, status, phrase, nua, profile, nh, sofia_private, sip, tags);
|
||||
break;
|
||||
case nua_r_register:
|
||||
case nua_r_unregister:
|
||||
sofia_reg_handle_sip_r_register(status, phrase, nua, profile, nh, sofia_private, sip, tags);
|
||||
break;
|
||||
case nua_i_options:
|
||||
|
||||
Reference in New Issue
Block a user