]> 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)
committerchannel.c: Don't emit warnings if progress received. <Naveen Albert|asterisk@phreaknet.org|>
Wed, 17 Apr 2024 14:31:37 +0000 (14:31 +0000)
commit76b2410143709fee7e939f5e0a77fbb0a3819298
tree1527a44cdcfe344aabfbfa7f37c94c4988f84711
parenta69b8cdf420cb88b615b54ea9320ab045f1c273a
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