summaryrefslogtreecommitdiff
path: root/main/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/file.c')
-rw-r--r--main/file.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/file.c b/main/file.c
index 305317d6b..c75d5d413 100644
--- a/main/file.c
+++ b/main/file.c
@@ -1276,6 +1276,9 @@ static int waitstream_core(struct ast_channel *c, const char *breakon,
case AST_CONTROL_SRCCHANGE:
case AST_CONTROL_HOLD:
case AST_CONTROL_UNHOLD:
+ case AST_CONTROL_CONNECTED_LINE:
+ case AST_CONTROL_REDIRECTING:
+ case AST_CONTROL_AOC:
case -1:
/* Unimportant */
break;