|
|
libami (AMI)
| Features |
| libami is a C abstraction library intended to make the communication between an arbitrary program or application and Asterisk's
Manager Interface easier. libami implements nearly all of the Asterisk Manager commands as can be seen from the Asterisk
CLI with the command 'show manager commands' as well as a few that aren't part of the Manager Interface,
such as Asterisk internal DB commands. A full list of commands are in the header files of the library
in the source tree under 'include/ami'. Look in the headers as well as the 'Library.txt' file for
documentation. |
| Requirements |
The library itself does not require any special libraries to compile or run, only glibc.
The use of the library in your application does require knowlege of Asterisk and the commands in
the Manager Interface. |
|
|