aboutsummaryrefslogtreecommitdiffstats
path: root/main/file.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-31 19:03:13 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-31 19:03:13 +0000
commitb62bb5fe7574aca91bcc2fc03496761d1d1ef7fe (patch)
treeabded5505f7d6816d263248cec81aec3e1fc8372 /main/file.c
parente4b13479c6619bf0316927e5c486fdd8e036d8d0 (diff)
Ignore DTMF begin frames in the waitstream core so that we don't get duplicate digits in our extension match
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41611 f38db490-d61c-443f-a65b-d21fe96a405b
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' };