Stable version of AMI client libamc-2.1.3

30.11 was released stable version of libamc witch represents C++ class that remotely controls Asterisk via AMI requests.

sourceforge.net/projects/libamc/

Key Features of libamc:

  • compact size, high perfomance;
  • source code optimized for use in multithread applications, where it can reach maximal efficiency;
  • supported almost all functions of AMI including Events():
  • call control and monitoring functions,
  • conferencing(confbridge, meetme),
  • core functions(timestamp(), core_status(), module manipulations, etc.),
  • queueing,
  • DAHDI control,
  • added show_dialplan() function;
  • reviewed and stabilized all installation scripts;
  • fixed some bugs,

To demonstrate abilities of libamc, was prepared an VT utility witch provide almost all functions available in libamc, and can be downloaded via SourceForge

sourceforge.net/projects/voicetop/