Skip to content

Commit 6baa420

Browse files
InterLinked1gtjoseph
authored andcommitted
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
1 parent 7e1340e commit 6baa420

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: main/file.c

+1
Original file line numberDiff line numberDiff line change
@@ -1744,6 +1744,7 @@ static int waitstream_core(struct ast_channel *c,
17441744
case AST_CONTROL_UPDATE_RTP_PEER:
17451745
case AST_CONTROL_PVT_CAUSE_CODE:
17461746
case AST_CONTROL_FLASH:
1747+
case AST_CONTROL_WINK:
17471748
case -1:
17481749
/* Unimportant */
17491750
break;

0 commit comments

Comments
 (0)