alphacep / vosk-asterisk

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

A little documentation for this? #14

Open sgmihai opened 3 years ago

sgmihai commented 3 years ago

I'm trying to make DISA accept a phone number to call by speaking the digits instead of using the keypad. Being very new to both asterisk and vosk, I can't figure out how this extension works. I mailed the author but got no reply. Help ?

nshmyrev commented 3 years ago

What exactly is not clear for you? You'd better ask more detailed questions.

Goddard commented 2 years ago
  1. What is the plugin doing exactly. What part is using features from asterisk. What parts are optional.
  2. Why are various modules being used.
  3. What pieces are needed to do different things, especially important if some one doesn't want to use absolutely everything the way it is setup.
  4. What are the dial plan options doing.
  5. What model is the docker container using. You can figure this stuff out by stepping through the entire set of docker files, but it isn't clear. Especially when you are trying to dissect all the various pieces.