]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Bump up the echo tail length option
authorMatthew Fredrickson <creslin@digium.com>
Tue, 23 May 2006 21:10:55 +0000 (21:10 +0000)
committerMatthew Fredrickson <creslin@digium.com>
Tue, 23 May 2006 21:10:55 +0000 (21:10 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@29846 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_zap.c

index dfaf4882b20325cfebffb5a945ce388b80207536..771470e62307242d3ee229fa85f078d1134151e5 100644 (file)
@@ -10487,7 +10487,7 @@ static int setup_zap(int reload)
                                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);