提交 e5251932 authored 作者: Anthony Minessale's avatar Anthony Minessale

you can't handle the truth

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4472 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 54d483c4
......@@ -874,7 +874,7 @@ static void attach_private(switch_core_session_t *session,
switch_core_session_add_stream(session, NULL);
channel = switch_core_session_get_channel(session);
switch_channel_set_flag(channel, CF_ACCEPT_CNG);
//switch_channel_set_flag(channel, CF_ACCEPT_CNG);
switch_mutex_init(&tech_pvt->flag_mutex, SWITCH_MUTEX_NESTED, switch_core_session_get_pool(session));
switch_mutex_lock(tech_pvt->flag_mutex);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论