The Apache License, 2.0 is an
open-source license.
Read full license
Copyright Marcelo Gornstein, all rights reserved.
Integration time
Saves you
PHP Asterisk Manager Interface ( AMI ) supports synchronous command ( action )/ responses and asynchronous events using the pattern observer-listener. Supports commands with responses with multiple events. Very suitable for development of operator consoles and / or asterisk / channels / peers monitoring through SOA, etc
PAMI means PHP Asterisk Manager Interface. It is an OOP client for the Asterisk Manager protocol, implemented in PHP.
Where to find
You can find PAMI:
Requirements
Installing with pear
You can now easily install PAMI by issuing:
pear channel-discover pear.marcelog.name
pear install marcelog/PAMI
or:
pear install marcelog/PAMI-1.31.0
just replace 1.31.0 by the release version you'd like to install :)
See: http://pear.marcelog.name/
Manual Install
You can download PAMI directly from github in the following forms:
NOTE: You will need to have log4php installed and in your include path (the src/main/php directory of the source distribution).
For a very raw quickstart: https://github.com/marcelog/PAMI/tree/master/docs/examples for all (and full) examples.
Also, for a more elegant example, mixing Ding and PAMI, Please see https://github.com/marcelog/AsterTrace
Also, you might want to look at this article.
Copyright Marcelo Gornstein, all rights reserved.
Questions & Comments
Leave a comment
Log-in now or register for a free account.