Commit dddca25e authored by Sergey Dmitriev's avatar Sergey Dmitriev

up to 0.1.5

parent 4eb65edf
...@@ -8,7 +8,7 @@ Create AGI server with ding-dong. Use with Asterisk for fast telephony apps. ...@@ -8,7 +8,7 @@ Create AGI server with ding-dong. Use with Asterisk for fast telephony apps.
stable version 0.1.1 stable version 0.1.1
unstable version 0.1.3 unstable version 0.1.5
Use ding-dong Use ding-dong
...@@ -34,7 +34,8 @@ npm install ding-dong [--save] ...@@ -34,7 +34,8 @@ npm install ding-dong [--save]
### Write app.js and run it ### Write app.js and run it
````` `````javascript
var AGIServer = require('ding-dong'); var AGIServer = require('ding-dong');
var handler = function (context) { var handler = function (context) {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"author": "Sergey Dmitriev <serge.dmitriev@gmail.com>", "author": "Sergey Dmitriev <serge.dmitriev@gmail.com>",
"name": "ding-dong", "name": "ding-dong",
"description": "Write AGI-server quickly! (AGI - Asterisk Gateway Interface)", "description": "Write AGI-server quickly! (AGI - Asterisk Gateway Interface)",
"version": "0.1.4", "version": "0.1.5",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/antirek/ding-dong.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