Skip to content
Snippets Groups Projects
Commit 408ba24f authored by Terry Wilson's avatar Terry Wilson
Browse files

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: https://origsvn.digium.com/svn/asterisk/trunk@254453 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 42577406
Branches
Tags
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment