]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_speech_aeap: add aeap error handling
authorMike Bradeen <mbradeen@sangoma.com>
Thu, 21 Sep 2023 18:54:45 +0000 (12:54 -0600)
committerAsterisk Development Team <asteriskteam@digium.com>
Fri, 12 Jan 2024 18:29:18 +0000 (18:29 +0000)
commitc47a386cf25ba5f83ce1ceed8fec4ec2e307f1e4
treeef74508f8fe22030906b613632783a79e8f9fc55
parent0a834c8d750ee824ddb400f19f752e248591c3d7
res_speech_aeap: add aeap error handling

res_speech_aeap previously did not register an error handler
with aeap, so it was not notified of a disconnect. This resulted
in SpeechBackground never exiting upon a websocket disconnect.

Resolves: #303
(cherry picked from commit 8c934fb7eddb126bc5a3f7c4333414e7bde28d63)
res/res_speech_aeap.c