aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'channel.c')
-rw-r--r--channel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channel.c b/channel.c
index 1a441c59f..5a751fca3 100644
--- a/channel.c
+++ b/channel.c
@@ -1782,6 +1782,7 @@ int ast_waitfordigit_full(struct ast_channel *c, int ms, int audiofd, int cmdfd)
ast_log(LOG_WARNING, "Unexpected control subclass '%d'\n", f->subclass);
break;
}
+ break;
case AST_FRAME_VOICE:
/* Write audio if appropriate */
if (audiofd > -1)