ami-s-conf

1.0.0 • Public • Published

ami-s-conf

Asterisk Manager Interface configured with s-conf

Usage

var ami = require('ami-s-conf');
//Config is loaded from the config file passed in argv[2]. It looks for an entry named "ami".
 
ami.DBGet('myFamily', 'myKey')
    .done(function(value){
        console.log('RESULT:', value);
    }, function(err){
        console.error('ERROR:', err.stack||err);
    });

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i ami-s-conf

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • fgascon