alphacep / vosk-asterisk

Speech Recognition in Asterisk with Vosk Server
GNU General Public License v2.0
102 stars 40 forks source link

res_speech_vosk.c: Don't install the speech engine if config is invalid. #43

Closed seanbright closed 7 months ago

seanbright commented 7 months ago

Also don't free the WebSocket URI on unload until after we've uninstalled the speech engine.

chrsmj commented 7 months ago

Patch works and prevents crash.

nshmyrev commented 7 months ago

Thank you!