[Freeswitch-users] mod_conference produces bad audio after commit 75198fe4cb130f3d6d0d43f50882188879a59f6f

Peter Olsson peter.olsson at visionutveckling.se
Mon Dec 27 14:44:32 MSK 2010


It seems like commit 75198fe4cb130f3d6d0d43f50882188879a59f6f causes bad audio within the conference. When commenting out some of the new code it works fine again. Jira is not up for the moment, but I will add a ticket there when it's up and running again.

The changes below forces to use the timer (like it was before).

-if (mux_used < bytes * 2) {
+//if (mux_used < bytes * 2) {
                            use_timer = 1;
-}
+//}

/Peter Olsson

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20101227/e0e664b2/attachment.html 


More information about the FreeSWITCH-users mailing list