From: Anthony Minessale Date: Fri, 7 Nov 2008 17:22:17 +0000 (+0000) Subject: sleep a few more nanoseconds till pekka looks at this X-Git-Tag: v1.0.2~607 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd010de195a819f4f240a79e1ce1e19479384805;p=thirdparty%2Ffreeswitch.git 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 --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index d3a00207ce..5c7d856704 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -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)) {