]> git.ipfire.org Git - thirdparty/asterisk.git/commit
audiohook.c: resolving the issue with audiohook both reading when packet loss on...
authorTinet-mucw <mucw@ti-net.com.cn>
Thu, 22 Aug 2024 06:42:19 +0000 (14:42 +0800)
committerTinet-mucw <mucw@ti-net.com.cn>
Mon, 2 Dec 2024 20:21:55 +0000 (20:21 +0000)
commit23061fcaf73278890d12fc07054f66376337c37e
tree2e1498bc1dc78e686d751ba01ead092ca0645772
parentcaffd2ede5ae8136e91000b0230803ee6030a709
audiohook.c: resolving the issue with audiohook both reading when packet loss on one side of the call

When there is 0% packet loss on one side of the call and 15% packet loss on the other side, reading frame is often failed when reading direction_both audiohook. when read_factory available = 0, write_factory available = 320; i think write factory is usable read; because after reading one frame, there is still another frame that can be read together with the next read factory frame.

Resolves: #851
main/audiohook.c