[Freeswitch-svn] [commit] r2253 - freeswitch/trunk/src/mod/applications/mod_conference

Freeswitch SVN anthm at freeswitch.org
Thu Aug 10 21:11:16 EDT 2006


Author: anthm
Date: Thu Aug 10 21:11:16 2006
New Revision: 2253

Modified:
   freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c

Log:
remove naughty operation that makes things not work

Modified: freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c	(original)
+++ freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c	Thu Aug 10 21:11:16 2006
@@ -2080,7 +2080,6 @@
 	}
 
 	while ((!caller_channel || switch_channel_ready(caller_channel)) &&
-		   switch_channel_ready(peer_channel) &&
 		   !switch_channel_test_flag(peer_channel, CF_ANSWERED) &&
 		   !switch_channel_test_flag(peer_channel, CF_EARLY_MEDIA) &&
 		   ((time(NULL) - start) < timelimit)) {



More information about the Freeswitch-svn mailing list