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
dddca25e
Commit
dddca25e
authored
7 years ago
by
Sergey Dmitriev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
up to 0.1.5
parent
4eb65edf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
README.md
README.md
+3
-2
package.json
package.json
+1
-1
No files found.
README.md
View file @
dddca25e
...
...
@@ -8,7 +8,7 @@ Create AGI server with ding-dong. Use with Asterisk for fast telephony apps.
stable version 0.1.1
unstable version 0.1.
3
unstable version 0.1.
5
Use ding-dong
...
...
@@ -34,7 +34,8 @@ npm install ding-dong [--save]
### Write app.js and run it
```
``
```
``javascript
var AGIServer = require('ding-dong');
var handler = function (context) {
...
...
This diff is collapsed.
Click to expand it.
package.json
View file @
dddca25e
...
...
@@ -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.
4
"
,
"version"
:
"0.1.
5
"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git://github.com/antirek/ding-dong.git"
...
...
This diff is collapsed.
Click to expand it.
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