[Freeswitch-branches] [commit] r5486 - freeswitch/branches/greenlizard/src/mod/applications/mod_conference

Freeswitch SVN greenlizard at freeswitch.org
Fri Jun 29 20:20:00 EDT 2007


Author: greenlizard
Date: Fri Jun 29 20:19:59 2007
New Revision: 5486

Modified:
   freeswitch/branches/greenlizard/src/mod/applications/mod_conference/mod_conference.c

Log:
workaround attempt for fscore-35

Modified: freeswitch/branches/greenlizard/src/mod/applications/mod_conference/mod_conference.c
==============================================================================
--- freeswitch/branches/greenlizard/src/mod/applications/mod_conference/mod_conference.c	(original)
+++ freeswitch/branches/greenlizard/src/mod/applications/mod_conference/mod_conference.c	Fri Jun 29 20:19:59 2007
@@ -1771,6 +1771,7 @@
 			}
 		}
 		switch_mutex_unlock(member->flag_mutex);
+		switch_yield(1);
 	}							/* Rinse ... Repeat */
 
 	if (member->digit_stream != NULL) {



More information about the Freeswitch-branches mailing list