/astxx

Revived code from http://matt-land.com/astxx

Primary LanguageC++GNU Lesser General Public License v2.1LGPL-2.1

Astxx, The Asterisk C++ wrapper and utility library.

Original source and license from:

http://matt-land.com/astxx/

  • Removed brain dead cmake
  • Ported to the new boost
  • Added simple example

The goal of Astxx is to provide a fully functional and easy to use C++ wrapper for Asterisk enabling developers to write Asterisk related software using the full range of what C++ has to offer. This includes AGI scripts, accessing the Manager API, writing ExternalIVR scripts, writing IAX clients, and writing Asterisk modules.

Currently Astxx supports the AGI API and the Manager API.