]> 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-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Wed, 17 Apr 2024 14:31:46 +0000 (14:31 +0000)
commita0b579807cd188abb11018f7dd7a63c6bd67de65
tree71bd5316e3176e890275c234b7fb76eb334eed6a
parent79210720bc928feb26a340752492b3036f5d2e2b
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
main/channel.c
main/file.c