Voicer Versions Save

AGI-server voice recognizer for #Asterisk

v0.2.1

4 years ago

Great update!

Please, update your work carefully.

It's zero-config version of voicer. Will be installed as cli app. You can configure it via command line interface or config file (also set in cli).

v0.1.18

8 years ago

v0.1.18

  • install globally
  • set config.js via environment variable

v0.1.8

8 years ago
  • update voicer-web to 0.0.5
    • add basic http auth
  • add wit.ai support to recognizer service
  • change JSON.parse to npm parse-json (for detail information about errors in peernames.json)

v0.1.7

8 years ago

Update voicer-web to 0.0.4

v0.1.6

8 years ago

Update to ding-dong 0.1.1 Remove db support

0.1.5

9 years ago

Update 0.1.3 to 0.1.5

  1. Check config
  2. Change dialplan
  3. Convert your data in peernames.json to new format

Check config

a. rename option 'server' to 'agi' b. add option 'web' : {'port' : 3100} - set port of web-interface

Change dialplan

a. AGI now return variables RECOGNITION_RESULT and RECOGNITION_TARGET

Change structure of peernames.json

a. Now array of peernames contain objects with structure

[
 ..
  {
    name: 'Vasya',
    target: 'SIP/123',
    variants: ['vasya', 'vasiliy petrovich']
  }
 ..
]

0.1.3

9 years ago

New

  • config.js validation
  • custom sounds for errors
  • custom greeting sound
  • some attempts for record and recognition
  • detail logs
  • beep option before record
  • return dialplan vars for dialing

Update 0.1.3 from 0.1.2

  • change deps in package.json to 0.1.3 (and run npm install)
  • update your config.js (add some options)
  • rewrite your dialplan for using dialplan vars RECOGNITION_STATUS and RECOGNITION_CHANNEL

0.1.0

9 years ago

Voicer on promises

Collect errors for fix.

0.0.1

9 years ago

First version of voicer. Try it now. Check bugs.