From d9d6183e6db66ae14c20e0934c5beef979297468 Mon Sep 17 00:00:00 2001 From: mattf Date: Tue, 23 May 2006 20:27:15 +0000 Subject: Allow for longer echo tail specification git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1083 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- zaptel.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'zaptel.c') diff --git a/zaptel.c b/zaptel.c index 44f52fc..58f723b 100644 --- a/zaptel.c +++ b/zaptel.c @@ -4273,7 +4273,9 @@ static int zt_chan_ioctl(struct inode *inode, struct file *file, unsigned int cm if ((j == 32) || (j == 64) || (j == 128) || - (j == 256)) { + (j == 256) || + (j == 512) || + (j == 1024)) { /* Okay */ } else { j = deftaps; -- cgit v1.2.3