]> 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:50 +0000 (11:39 +0000)
commitffb1dca4850b9f4895eaa475b8a9983012bf1eaa
tree22f835778abc31f721c21f3e73201bf45e93ce60
parent6c5c1e5426aa51601fd4e893234cd57968114154
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