Skip to content

Releases: antirek/voicer

v0.2.1

29 Aug 08:57
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

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

02 Jan 04:35
Compare
Choose a tag to compare
v0.1.18 Pre-release
Pre-release

v0.1.18

  • install globally
  • set config.js via environment variable

v0.1.8

05 Sep 07:44
Compare
Choose a tag to compare
v0.1.8 Pre-release
Pre-release
  • 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

16 Jun 10:05
Compare
Choose a tag to compare
v0.1.7 Pre-release
Pre-release

Update voicer-web to 0.0.4

v0.1.6

16 Jun 07:56
Compare
Choose a tag to compare
v0.1.6 Pre-release
Pre-release

Update to ding-dong 0.1.1
Remove db support

0.1.5 Add web-interface for adding variants

16 Apr 16:40
Compare
Choose a tag to compare

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 More functional and fix errors

20 Mar 15:29
Compare
Choose a tag to compare
Pre-release

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: Version for collect errors

16 Mar 07:50
Compare
Choose a tag to compare
Pre-release

Voicer on promises

Collect errors for fix.

First version

22 Jan 16:36
Compare
Choose a tag to compare
First version Pre-release
Pre-release

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