Important facts about commercial licenses

  • Licenses are perpetual. They do not expire and do not need to be renewed.
  • Licenses can be upgraded. You can upgrade to a more expensive license later paying only the difference in cost.
  • Pay attention to the distribution type - Hosted (sites / servers), binary (applications) or source (includes all the others). Choose according to your needs (more below).
  • All licenses allow commercial use unless otherwise indicated.
  • Read the full license by clicking on the icon.
  • Read more about licenses in our handy license guide.
Free

Apache License, 2.0

1 site, unlimited servers No source distribution Attribution required
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

Nami
Developed by Marcelo Gornstein, Released Sep 7, 2011

Asterisk Manager Interface client written for nodejs

JavaScript

Tags: ami , asterisk , client , interface

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.

User Reviews

No reviews have been submitted yet.

Questions & Comments


Or enter your name and Email
No comments have been posted yet.
You must be logged-in to vote. Log-in to your account or register now.