From: Terry Wilson Date: Thu, 25 Mar 2010 15:57:29 +0000 (+0000) Subject: Handle new SRCCHANGE control message here too X-Git-Tag: 1.4.31-rc1~2^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7a0de13add006f681270d2551ba094f385a88c4;p=thirdparty%2Fasterisk.git Handle new SRCCHANGE control message here too git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@254451 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/file.c b/main/file.c index 6d5414c169..533c03a347 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 */