alphacep/vosk-asterisk

Install Vosk-Asterisk Module in Freepbx

joshepthetrader opened this issue · 10 comments

Theres a way to use the res_speech_vosk.so in FreePbx? i tried to compile but is not working

Theres a way to use the res_speech_vosk.so in FreePbx? i tried to compile but is not working

It is the same asterisk, you just point asterisk path in configure and it should build.

Let us know what is the problem you've met.

freepbx to the vosk server if they were the same machine, which severely

You'd better open another issue, it doesn't seem related to original problem.

Could someone forward the commands to compile on FreePBX?

I installed the package using yum install asterisk-devel, and run ./configure --with-asterisk=/usr/lib64/asterisk/modules --prefix=/usr/include/asterisk

I get the following error:

configure: error: patch is required to configure bundled pjproject

configure: error: patch is required to configure bundled pjproject

It says you need "patch" binary. You can instal it with yum.

https://community.asterisk.org/t/compiling-asterisk-15-1-5-on-centos-7-4/73057

Now it worked, but I'm noticing that you're recompiling all the asterisk modules, you wouldn't need only the vosk-asterisk module?

that you're recompiling all the asterisk modules, you wouldn't need only the vosk-asterisk module?

Sorry, I have no idea what are you asking about. You'd better describe with technical details.

that you're recompiling all the asterisk modules, you wouldn't need only the vosk-asterisk module?

Sorry, I have no idea what are you asking about. You'd better describe with technical details.

I messed up when compiling, I managed to compile on FreePBX, thanks for your attention...