summaryrefslogtreecommitdiff
path: root/zaptel.c
diff options
context:
space:
mode:
Diffstat (limited to 'zaptel.c')
-rw-r--r--zaptel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/zaptel.c b/zaptel.c
index 4cc996d..f579387 100644
--- a/zaptel.c
+++ b/zaptel.c
@@ -2592,6 +2592,8 @@ static void __do_dtmf(struct zt_chan *chan)
return;
}
} else {
+ case 'w':
+ case 'W':
chan->curtone = zt_dtmf_tone(c, (chan->digitmode == DIGIT_MODE_MFV1));
chan->tonep = 0;
/* All done */