aboutsummaryrefslogtreecommitdiffstats
path: root/main/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/file.c')
-rw-r--r--main/file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/file.c b/main/file.c
index 180133dc2..20c68cf84 100644
--- a/main/file.c
+++ b/main/file.c
@@ -1051,6 +1051,7 @@ static int waitstream_core(struct ast_channel *c, const char *breakon,
case AST_FRAME_CONTROL:
switch(fr->subclass) {
case AST_CONTROL_HANGUP:
+ case AST_CONTROL_BUSY:
ast_frfree(fr);
return -1;
case AST_CONTROL_RINGING: