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);
    });

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i ami-s-conf

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • fgascon