]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Handle new SRCCHANGE control message here too
authorTerry Wilson <twilson@digium.com>
Thu, 25 Mar 2010 15:57:29 +0000 (15:57 +0000)
committerTerry Wilson <twilson@digium.com>
Thu, 25 Mar 2010 15:57:29 +0000 (15:57 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@254451 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/file.c

index 6d5414c16937ca83070b52638ef3950602d2f5bc..533c03a347fc7da21c1d83767a1ca92ee5b754eb 100644 (file)
@@ -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 */