diff --git a/main/file.c b/main/file.c index 48c1660694..5bafcfe482 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' };