NAMI
TweetAbout NAMI: The NodeJS framework to interact with the Asterisk PBX
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:
- Github: https://github.com/marcelog/Nami
- Ohloh: https://www.ohloh.net/p/Nami
- Freshmeat: http://freshmeat.net/projects/nami
- Binpress: http://www.binpress.com/app/nami/563
CI distro
You can also download Nami at the CI server
Features
- Event Driven (the framework will dispatch events to your listener).
- Lightweight, easy of use, and useful.
- Supports synchronous and asynchronous events (Actions with Responses, and Responses with Events associated).
See the README file for more information.