aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-25 15:57:29 +0000
committertwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-25 15:57:29 +0000
commit69ea45a25656c1fec4f426d2490c7e4d750b6642 (patch)
tree61184104d4bf19d3e62dbe4196161d7c0fbe5a75
parentb467cfbdda405d92410a917f8356df115f829fd5 (diff)
Handle new SRCCHANGE control message here too
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@254451 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--main/file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/file.c b/main/file.c
index 6d5414c16..533c03a34 100644
--- a/main/file.c
+++ b/main/file.c
@@ -1284,6 +1284,7 @@ static int waitstream_core(struct ast_channel *c, const char *breakon,
case AST_CONTROL_ANSWER:
case AST_CONTROL_VIDUPDATE:
case AST_CONTROL_SRCUPDATE:
+ case AST_CONTROL_SRCCHANGE:
case AST_CONTROL_HOLD:
case AST_CONTROL_UNHOLD:
/* Unimportant */