summaryrefslogtreecommitdiff
path: root/zaptel.c
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-08-15 21:34:16 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-08-15 21:34:16 +0000
commit67adf682b24532d9d8223722af32e0e44c0d9f2a (patch)
treec6d5ef27c9ec76b8f6c3d70c61de5c51906513f6 /zaptel.c
parent5fa04d49d299ca4dfb211a67e42f15e28a6eeaf6 (diff)
Merged revisions 1311 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1311 | russell | 2006-08-15 17:30:49 -0400 (Tue, 15 Aug 2006) | 3 lines fix passing a 'w' to wait when using pulse dialing (issue #7738, hanabana) ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1312 5390a7c7-147a-4af0-8ec9-7488f05a26cb
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 809d660..85e900a 100644
--- a/zaptel.c
+++ b/zaptel.c
@@ -2715,6 +2715,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 */