diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 8551d94e6f..5a2df11efc 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -7050,7 +7050,8 @@ static int sip_indicate(struct ast_channel *ast, int condition, const void *data break; case AST_CONTROL_UPDATE_RTP_PEER: /* Absorb this since it is handled by the bridge */ break; - case AST_CONTROL_FLASH: /* Absorb this since it is irrelevant to SIP. */ + case AST_CONTROL_FLASH: /* We don't currently handle AST_CONTROL_FLASH here, but it is expected, so we don't need to warn either. */ + res = -1; break; case -1: res = -1;