Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
alvagi
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
alvagi
Commits
1f962496
Commit
1f962496
authored
Jul 06, 2015
by
antirek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump version
parent
3309cfa1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
README.md
README.md
+7
-1
app.js
example/app.js
+1
-1
package.json
package.json
+1
-1
No files found.
README.md
View file @
1f962496
...
...
@@ -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
...
...
example/app.js
View file @
1f962496
...
...
@@ -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
'
);
...
...
package.json
View file @
1f962496
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment