Skip to content

Commit

Permalink
file.c: Don't emit warnings on winks.
Browse files Browse the repository at this point in the history
Adds an ignore case for wink since it should
pass through with no warning.

ASTERISK-30290 #close

Change-Id: Ieb7e34daa717357ac5c93efb0059f6c2321f16ad
  • Loading branch information
InterLinked1 authored and gtjoseph committed Nov 8, 2022
1 parent 7e1340e commit 6baa420
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/file.c
Expand Up @@ -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;
Expand Down

0 comments on commit 6baa420

Please sign in to comment.