NAMI stands for Nodejs AMI, it is an Asterisk Manager Interface client written for nodejs, it will let you listen for asynchronous events as well as sending actions and receive the response with the associated events, written entirely in plain javascript
NAMI means Node Asterisk Manager Interface. It is a client for the Asterisk Manager Protocol, implemented in JavaScript for Node.
Where to find
You can find NAMI:
See the README file for more information.
Requirements
Installing with npm
npm install log4js
npm install nami
Manual Install
You can download NAMI directly from github in the following forms:
For a very quickstart: https://github.com/marcelog/Nami/blob/master/src/index.js for a quick example.
Questions & Comments