[Freeswitch-svn] [commit] r10293 - freeswitch/trunk/src/mod/endpoints/mod_sofia
Freeswitch SVN
anthm at freeswitch.org
Fri Nov 7 11:43:01 PST 2008
Author: anthm
Date: Fri Nov 7 12:22:17 2008
New Revision: 10293
Modified:
freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
Log:
sleep a few more nanoseconds till pekka looks at this
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c Fri Nov 7 12:22:17 2008
@@ -2046,7 +2046,7 @@
/* 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)) {
More information about the Freeswitch-svn
mailing list