summaryrefslogtreecommitdiff
path: root/zaptel.c
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-05-23 20:27:15 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-05-23 20:27:15 +0000
commitd9d6183e6db66ae14c20e0934c5beef979297468 (patch)
tree2683e1ba4dd8dbbd7cfb42be6827bab67422f3ac /zaptel.c
parent2f13a0583586e1d277fe8cb4a05b7ba84853ab49 (diff)
Allow for longer echo tail specification
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1083 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zaptel.c')
-rw-r--r--zaptel.c4
1 files changed, 3 insertions, 1 deletions
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;