]> 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)
committerTinet-mucw <mucw@ti-net.com.cn>
Tue, 3 Sep 2024 14:16:13 +0000 (14:16 +0000)
commite98127d540621c4fc07afa10a0a51333472f38c4
tree3abb7aace94da54b7aca4ab8519649efcc8c4532
parentca60f7db8fe636a4c4973bb8aaadb05b2ec3a427
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
apps/app_broadcast.c
apps/app_chanspy.c