summaryrefslogtreecommitdiff
path: root/main/file.c
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2006-08-31 19:03:13 +0000
committerJoshua Colp <jcolp@digium.com>2006-08-31 19:03:13 +0000
commitfaf49751226eef37d0e4be1b2659dc7cd79c2524 (patch)
treeabded5505f7d6816d263248cec81aec3e1fc8372 /main/file.c
parentd6096858d0dee25ed343021bc499fb2913fc3308 (diff)
Ignore DTMF begin frames in the waitstream core so that we don't get duplicate digits in our extension match
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41611 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/file.c')
-rw-r--r--main/file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/file.c b/main/file.c
index 48c166069..5bafcfe48 100644
--- a/main/file.c
+++ b/main/file.c
@@ -1029,7 +1029,6 @@ static int waitstream_core(struct ast_channel *c, const char *breakon,
if (!fr)
return -1;
switch(fr->frametype) {
- case AST_FRAME_DTMF_BEGIN:
case AST_FRAME_DTMF_END:
if (context) {
const char exten[2] = { fr->subclass, '\0' };