]> 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:17 +0000 (14:16 +0000)
commit4263f7b58da60af35f03064d7f93a922901b720d
tree9e4a61d8c2c96b0ea747c81f8cb22481a8b40aa2
parent53c76478f228dc9a9227331acd07207c1f6401cc
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