alphacep / vosk-asterisk

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

vosk-asterisk is not compatible with Asterisk 13 #21

Closed aribagorda closed 5 months ago

aribagorda commented 2 years ago

res-speech-vosk don't load properly on Asterisk 13. It uses a function (ast_websocket_wait_for_input) and indirectly a class (iostream) that it's only available on Asterisk 16 and Asterisk 17.

Is there any way to use it with Asterisk 13?

Congrats for your excellent work.

nshmyrev commented 2 years ago

Hi. I'm sorry, I don't think we want to support older versions.

alaa1124 commented 11 months ago

Hello,

please are you find solution for res-speech-vosk that don't load properly on Asterisk 13!!!!!!!!!!!!! thanks

nshmyrev commented 11 months ago

Hey simply upgrade to asterisk 16 it should work great. Version 13 is too old.

nshmyrev commented 11 months ago

Between with asterisk 18 you can use Vosk ARI set up see client samples in vosk-server project