Skip to content

Voicemail application using ARI and Node.js

License

Notifications You must be signed in to change notification settings

voxoco/node-voicemail

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asterisk Voicemail Application

Asterisk voicemail application that allows users to leave messages for a mailbox.

Installation

$ git clone https://github.com/asterisk/node-voicemail.git
$ cd node-voicemail
$ npm install -g .

or add the following the your package.json file

"dependencies": {
  "voicemail": "voxoco/node-voicemail"
}

Usage

Load as a module:

var voicemail = require('voicemail');

voicemail.create();

or run it as an application:

$ node start.js

Development

After cloning the git repository, run the following to install the module and all dev dependencies:

$ npm install
$ npm link

Then run the following to run jshint and mocha tests:

$ grunt

jshint will enforce a minimal style guide. It is also a good idea to create unit tests when adding new features.

To generate a test coverage report run the following:

$ grunt coverage

This will also ensure a coverage threshold is met by the tests.

License

Apache, Version 2.0. Copyright (c) 2014, Digium, Inc. All rights reserved.

About

Voicemail application using ARI and Node.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%