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

sleep a few more nanoseconds till pekka looks at this

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10293 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 211e106f
......@@ -2046,7 +2046,7 @@ static void sofia_handle_sip_r_invite(switch_core_session_t *session, int status
/* dirty hack to avoid race condition in the library */
if (status == 200 || status == 183) {
switch_yield(1);// printf("Avoiding Segfault!!!\n");
switch_yield(100);// printf("Avoiding Segfault!!!\n");
}
if (switch_channel_test_flag(channel, CF_PROXY_MODE) || switch_channel_test_flag(channel, CF_PROXY_MEDIA)) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论