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

Freeswitch SVN anthm at freeswitch.org
Fri Feb 15 16:52:15 EST 2008


Author: anthm
Date: Fri Feb 15 16:52:15 2008
New Revision: 7635

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

Log:
update

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	Fri Feb 15 16:52:15 2008
@@ -1870,8 +1870,7 @@
 				
 			use_timer = 1;
 
-			if (mux_used >= bytes) {
-					
+			if (mux_used) {
 				/* Flush the output buffer and write all the data (presumably muxed) back to the channel */
 				switch_mutex_lock(member->audio_out_mutex);
 				write_frame.data = data;



More information about the Freeswitch-svn mailing list