file.c: Don't emit warnings on winks.

Adds an ignore case for wink since it should
pass through with no warning.

ASTERISK-30290 #close

Change-Id: Ieb7e34daa717357ac5c93efb0059f6c2321f16ad
This commit is contained in:
Naveen Albert 2022-11-06 16:39:30 +00:00 committed by N A
parent 617dad4cba
commit 07a40a5e1b
1 changed files with 1 additions and 0 deletions

View File

@ -1744,6 +1744,7 @@ static int waitstream_core(struct ast_channel *c,
case AST_CONTROL_UPDATE_RTP_PEER:
case AST_CONTROL_PVT_CAUSE_CODE:
case AST_CONTROL_FLASH:
case AST_CONTROL_WINK:
case -1:
/* Unimportant */
break;