mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
fix restart
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6184 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -457,7 +457,8 @@ void *SWITCH_THREAD_FUNC sofia_profile_thread_run(switch_thread_t *thread, void
|
||||
su_root_run(profile->s_root);
|
||||
nua_destroy(profile->nua);
|
||||
|
||||
|
||||
switch_mutex_lock(profile->ireg_mutex);
|
||||
switch_mutex_unlock(profile->ireg_mutex);
|
||||
|
||||
if (switch_event_create(&s_event, SWITCH_EVENT_UNPUBLISH) == SWITCH_STATUS_SUCCESS) {
|
||||
switch_event_add_header(s_event, SWITCH_STACK_BOTTOM, "service", "_sip._udp,_sip._tcp,_sip._sctp");
|
||||
|
||||
Reference in New Issue
Block a user