]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_chanspy.c: resolving the issue writing frame to whisper audiohook.
authorTinet-mucw <mucw@ti-net.com.cn>
Tue, 10 Sep 2024 04:01:21 +0000 (12:01 +0800)
committerTinet-mucw <mucw@ti-net.com.cn>
Wed, 11 Sep 2024 11:39:45 +0000 (11:39 +0000)
commit03983b2ff9af730fb00141b27f9986c4a54d427c
treec82ff03851dbffe0a6cd9456833d7b932b0e4474
parent9b3d3a7f0ead3132ba1ee47f80ad6b01c968e1e6
app_chanspy.c: resolving the issue writing frame to whisper audiohook.

ChanSpy(${channel}, qEoSw): because flags set o, ast_audiohook_set_frame_feed_direction(audiohook, AST_AUDIOHOOK_DIRECTION_READ); this will effect whisper audiohook and spy audiohook, this makes writing frame to whisper audiohook impossible. So add function start_whispering to starting whisper audiohook.

Resolves: #876
apps/app_broadcast.c
apps/app_chanspy.c