]> 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)
committerasterisk-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Wed, 11 Sep 2024 11:39:52 +0000 (11:39 +0000)
commit0034c23285aaf32097a873e7f28cc46930cc3a77
treeffa0dc92e57b076956caed08d49a34c83935c702
parentc49b766f068d759fff1448ec07a032381cb2d845
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