Apache License, 2.0 FREE

1 site, unlimited servers No source distribution Commercial use allowed Distribute modifications Attribution required Read full license

You need to log-in or create an account
  • Create an account
  • Log-in
  • Please use your real name.
  • Account activation link will be sent to this address.
  • Minimum 8 characters

Clicking this button confirms you read and agreed to the terms of use and privacy policy.

Nami

Asterisk Manager Interface client written for nodejs

Description

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

Back to top

About

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:

  • Home: http://marcelog.github.com/Nami/
  • Github: https://github.com/marcelog/Nami
  • Ohloh: https://www.ohloh.net/p/Nami
  • Freshmeat: http://freshmeat.net/projects/nami

See the README file for more information.

Back to top

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).
Back to top

Installation

Requirements

  • Nodejs (Tested with 0.4.10)
  • log4js (For logging, tested with 0.3.8)

Installing with npm

npm install log4js  
npm install nami  

Manual Install

You can download NAMI directly from github in the following forms:

Back to top

Examples

For a very quickstart: https://github.com/marcelog/Nami/blob/master/src/index.js for a quick example.

Questions & Comments

No questions have been posted yet

Leave a comment

You must be logged-in to leave a comment.
Log-in now or register for a free account.
You must be logged-in to vote. Log-in to your account or register now.

User Reviews

No reviews have been submitted yet.