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