mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 09:17:34 +00:00
actual fix for commit cff5209ca3582994dae1353372e2f91b345ab959 which was in the wrong place
This commit is contained in:
parent
3bdbdd4abf
commit
2e10407336
@ -2073,6 +2073,7 @@ void sofia_event_callback(nua_event_t event,
|
||||
switch_mutex_lock(profile->flag_mutex);
|
||||
switch_core_hash_insert(profile->chat_hash, tech_pvt->call_id, strdup(switch_core_session_get_uuid(session)));
|
||||
switch_mutex_unlock(profile->flag_mutex);
|
||||
nua_handle_destroy(nh);
|
||||
} else {
|
||||
switch_channel_hangup(channel, SWITCH_CAUSE_DESTINATION_OUT_OF_ORDER);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user