]> 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:43 +0000 (14:31 +0000)
commit051ddbe72955b95dd4e8c80fd091d1b305a736a3
treed6481e460c29a5fa25557fedb4225690e7d87c35
parentdf6f30022f30dd787b10f5a71fa2789a6be1dee8
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