UNPKG

asterisk-manager

Version:

A node.js module for interacting with the Asterisk Manager API.

11 lines (9 loc) 237 B
/* * NodeJS Asterisk Manager API * (Based on https://github.com/mscdex/node-asterisk.git) * But radically altered thereafter so as to constitute a new work. * * © See LICENSE file * */ module.exports = require('./lib/ami.js');