提交 2e104073 authored 作者: Anthony Minessale's avatar Anthony Minessale

actual fix for commit cff5209c which was in the wrong place

上级 3bdbdd4a
...@@ -2073,6 +2073,7 @@ void sofia_event_callback(nua_event_t event, ...@@ -2073,6 +2073,7 @@ void sofia_event_callback(nua_event_t event,
switch_mutex_lock(profile->flag_mutex); 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_core_hash_insert(profile->chat_hash, tech_pvt->call_id, strdup(switch_core_session_get_uuid(session)));
switch_mutex_unlock(profile->flag_mutex); switch_mutex_unlock(profile->flag_mutex);
nua_handle_destroy(nh);
} else { } else {
switch_channel_hangup(channel, SWITCH_CAUSE_DESTINATION_OUT_OF_ORDER); switch_channel_hangup(channel, SWITCH_CAUSE_DESTINATION_OUT_OF_ORDER);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论