From 0561490363b16d18998243c41cd829423d4a3b14 Mon Sep 17 00:00:00 2001 From: russell Date: Tue, 15 Aug 2006 21:30:49 +0000 Subject: fix passing a 'w' to wait when using pulse dialing (issue #7738, hanabana) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1311 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- zaptel.c | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- cgit v1.2.3