Releases: antirek/voicer
Releases · antirek/voicer
v0.2.1
v0.1.18
v0.1.8
v0.1.7
v0.1.6
0.1.5 Add web-interface for adding variants
Update 0.1.3 to 0.1.5
- Check config
- Change dialplan
- 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
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
Voicer on promises
Collect errors for fix.
First version
First version of voicer. Try it now. Check bugs.