]> 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:47 +0000 (11:39 +0000)
commitf8f5cec2c15b23431bc2761171e4b60a9b7103bf
tree2be6a9e7f936594f9884a36d758e6e9d0271c910
parentb11b1f611ce847d61c006296af8e0395244c11bc
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