mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
Don't act surprised if we get a -1 indication.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@184515 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1234,6 +1234,7 @@ static int waitstream_core(struct ast_channel *c, const char *breakon,
|
||||
case AST_CONTROL_SRCUPDATE:
|
||||
case AST_CONTROL_HOLD:
|
||||
case AST_CONTROL_UNHOLD:
|
||||
case -1:
|
||||
/* Unimportant */
|
||||
break;
|
||||
default:
|
||||
|
Reference in New Issue
Block a user