[asterisk-commits] trunk r29846 - /trunk/channels/chan_zap.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue May 23 14:10:56 MST 2006


Author: mattf
Date: Tue May 23 16:10:55 2006
New Revision: 29846

URL: http://svn.digium.com/view/asterisk?rev=29846&view=rev
Log:
Bump up the echo tail length option

Modified:
    trunk/channels/chan_zap.c

Modified: trunk/channels/chan_zap.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_zap.c?rev=29846&r1=29845&r2=29846&view=diff
==============================================================================
--- trunk/channels/chan_zap.c (original)
+++ trunk/channels/chan_zap.c Tue May 23 16:10:55 2006
@@ -10487,7 +10487,7 @@
 				y = atoi(v->value);
 			} else
 				y = 0;
-			if ((y == 32) || (y == 64) || (y == 128) || (y == 256))
+			if ((y == 32) || (y == 64) || (y == 128) || (y == 256) || (y == 512) || (y == 1024))
 				echocancel = y;
 			else {
 				echocancel = ast_true(v->value);



More information about the asterisk-commits mailing list