From: Naveen Albert Date: Sun, 6 Nov 2022 16:39:30 +0000 (+0000) Subject: file.c: Don't emit warnings on winks. X-Git-Tag: 18.16.0-rc1~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07a40a5e1bf49584d82052a200e04b4f79496098;p=thirdparty%2Fasterisk.git 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 --- diff --git a/main/file.c b/main/file.c index 8bb40daf98..972f2340f2 100644 --- a/main/file.c +++ b/main/file.c @@ -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;