Commit 1f962496 authored by antirek's avatar antirek

bump version

parent 3309cfa1
......@@ -2,7 +2,13 @@
[![Build Status](https://travis-ci.org/antirek/ding-dong.svg?branch=master)](https://travis-ci.org/antirek/ding-dong)
Create AGI server with ding-dong. Use with Asterisk for fast telephony apps. [Fork of node-agi](http://github.com/brianc/node-agi)
Create AGI server with ding-dong. Use with Asterisk for fast telephony apps.
[Fork of node-agi](http://github.com/brianc/node-agi)
stable version 0.1.1
unstable version 0.1.2
Use ding-dong
......
......@@ -4,7 +4,7 @@ var handler = function (context) {
context.onEvent('variables')
.then(function (vars) {
console.log('vars', vars);
return context.streamFile('beep', '#');
return context.streamFile();
})
.then(function (result) {
return context.setVariable('RECOGNITION_RESULT', 'I\'m your father, Luc');
......
......@@ -2,7 +2,7 @@
"author": "Sergey Dmitriev <serge.dmitriev@gmail.com>",
"name": "ding-dong",
"description": "Write AGI-server quickly! (AGI - Asterisk Gateway Interface)",
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "git://github.com/antirek/ding-dong.git"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment