VIDUPDATE does not matter during playback.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@25385 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer 2006-05-08 07:56:42 +00:00
parent 019f39f614
commit 4b3832fc87
1 changed files with 1 additions and 0 deletions

1
file.c
View File

@ -1056,6 +1056,7 @@ static int waitstream_core(struct ast_channel *c, const char *breakon,
return -1;
case AST_CONTROL_RINGING:
case AST_CONTROL_ANSWER:
case AST_CONTROL_VIDUPDATE:
/* Unimportant */
break;
default: