]> 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:48 +0000 (11:39 +0000)
commita721f99eb093c2dafff1adc4fb0e249656ac2f45
treeab6a5a6709170d9fd92e66e9761ec1cbccfaa7fc
parentb9b0cffc299c1d173b30e254b5374e5cb3a00c38
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