aboutsummaryrefslogtreecommitdiffstats
path: root/main/file.c
diff options
context:
space:
mode:
authortwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-25 16:03:51 +0000
committertwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-25 16:03:51 +0000
commit6a78f491d97aaf0f8b6d83e4a4629a0169b8a864 (patch)
treed3fb5d9c3e16b2049a5b586b97cb940da8bdfc83 /main/file.c
parenta37e15e1be76f5fad4416a51fa2e612218eeb1f2 (diff)
Merged revisions 254451 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r254451 | twilson | 2010-03-25 10:57:29 -0500 (Thu, 25 Mar 2010) | 2 lines Handle new SRCCHANGE control message here too ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@254453 f38db490-d61c-443f-a65b-d21fe96a405b
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 ed9dbb22c..305317d6b 100644
--- a/main/file.c
+++ b/main/file.c
@@ -1273,6 +1273,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:
case -1: