[Freeswitch-svn] [commit] r10094 - freeswitch/trunk/src

Freeswitch SVN anthm at freeswitch.org
Tue Oct 21 14:04:20 EDT 2008


Author: anthm
Date: Tue Oct 21 14:04:20 2008
New Revision: 10094

Modified:
   freeswitch/trunk/src/switch_rtp.c

Log:
even more room for t38

Modified: freeswitch/trunk/src/switch_rtp.c
==============================================================================
--- freeswitch/trunk/src/switch_rtp.c	(original)
+++ freeswitch/trunk/src/switch_rtp.c	Tue Oct 21 14:04:20 2008
@@ -1275,7 +1275,7 @@
 			return_cng_frame();
 		}
 
-		if (bytes && bytes < 8) {
+		if (bytes && bytes < 5) {
 			continue;
 		}
 



More information about the Freeswitch-svn mailing list