]> 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:15 +0000 (14:16 +0000)
commit6e47295800def96419ba12c7b3e9517835ef38ac
tree7aa17175bc90bc6653d84cafb7834ceb11534c54
parent1872abe672fe29ce8a74b17d5aabd26e9e1a7c0e
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