]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_chanspy.c: resolving the issue with audiohook direction read
authorTinet-mucw <mucw@ti-net.com.cn>
Fri, 30 Aug 2024 05:45:32 +0000 (13:45 +0800)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 12 Sep 2024 18:44:38 +0000 (18:44 +0000)
commit463178f0d5c5ef5026f9c59a442b0b7f4a44d631
treebb98003dbacf15ae3467cd57eec3accc426b72e0
parent25a6de58de5c87c5a7cd274b6fae6845d654c798
app_chanspy.c: resolving the issue with audiohook direction read

ChanSpy(${channel}, qEoS): When chanspy spy the direction read, reading frame is often failed when reading direction read audiohook. because chanspy only read audiohook direction read; write_factory_ms will greater than 100ms soon, then ast_slinfactory_flush will being called, then direction read will fail.

Resolves: #861
(cherry picked from commit 4263f7b58da60af35f03064d7f93a922901b720d)
apps/app_broadcast.c
apps/app_chanspy.c