]> git.ipfire.org Git - thirdparty/asterisk.git/commit
file.c, channel.c: Don't emit warnings if progress received.
authorNaveen Albert <asterisk@phreaknet.org>
Wed, 10 Apr 2024 00:01:36 +0000 (20:01 -0400)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 9 May 2024 13:56:11 +0000 (13:56 +0000)
commite53bc85b1de4afc7b918076299c9582284bfb4ec
treeb3f09833e2e46aed8b1b9a9eda3ba31e2a4804bb
parent24ad3135366cdca04b7ba76da40165f25cc7ef8d
file.c, channel.c: Don't emit warnings if progress received.

Silently ignore AST_CONTROL_PROGRESS where appropriate,
as most control frames already are.

Resolves: #696
(cherry picked from commit 59f7e3d0e47e1225bed8f17715247283cbcdf6f3)
main/channel.c
main/file.c