]> 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-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Tue, 3 Sep 2024 14:16:19 +0000 (14:16 +0000)
commitf02f9f52806b011e2e3fb474d415a3a19c6732fb
treedf3688f33ed1346669d9d5a1d7947793ad732aed
parente203c227bdbe59dfbad26cfbc58c39cd3660c7b5
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