marcelog / PAMI

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
http://marcelog.github.com/PAMI
Apache License 2.0
401 stars 279 forks source link

PAMI Documentation #78

Closed qasimkhans closed 9 years ago

qasimkhans commented 9 years ago

Hi, is there any PAMI Documentation available, which describe the events, shows how to use events and how to get some specific events values and save them in DB. Thanks.

marcelog commented 9 years ago

Hello,

You should be able to find anything you want in the pami homepage. There are links to articles, slides, and examples.

By the way, issues are meant to request new features or bug fixes. Please don't open them for these questions or to request help on specifics of your code.

Thanks!