Command Examples
- Login - Establish a new Asterisk manager session.
- Originate - Place a call from a device to an extension.
- Redirect - with ExtraChannel
- Transfer - Transfer a call to another extension
- Command - Execute an Asterisk CLI command in an Asterisk manager session
Application Examples
Mac OS X
- A native OS X Address Book Dialer is included in the OS X Client of app_notify
- (AppleScript only) Dialing from OS X Address Book - (Well "Expect" too but that's part of the OS so we won't worry too much about that!)
- (AppleScript, XML-RPC, PHP) Dialing from OS X Address Book - I wanted to be able to originate an outgoing call on my Asterisk PBX by selecting the number in my Apple OS X Address Book. So I assembled a system, using XML-RPC called from AppleScript, that lets Address Book on my desktop talk to the Asterisk Manager running on my server.
- Mac OS X Cocoa Asterisk.framework
- Asterisk Tools for OS X
C#
VB.NET
C++
- C++ Asterisk Manager API wrapper. Supports receiving events from the Asterisk server and sending actions to Asterisk.
- Astxx: Asterisk C++ API and Utility library. a C++ wrapper for Asterisk enabling developers
Bash
- Simple Asterisk Manager Bash example. Use Asterisk manager API from Your shell.
Java
- Java library - Supports receiving events from the Asterisk server and sending actions to Asterisk. (See Asterisk-java for details)
Perl
- CPAN: Asterisk manager - This module can allow you to monitor and control Asterisk using Perl and POE.
- TACI - (Trivial Asterisk Call-generator Interface) An example example of a "click to call" Web CGI. It requires Net::Telnet, the included README walks you through the whole setup.
PHP
- Numerous PHP examples - A collection of PHP examples varying in complexity.
- Asterisk Manager API for PHP provided by Straw Dogs under BSD license with examples and documentation.
- floAPI - A PHP class for connecting to API manager. Includes event support. (PHPClasses.org August 2005 Innovation Award Nominee)
- Star Asterisk API, PHP with event handling and dial examples.
Python
- py-asterisk - The Python Asterisk package (codenamed py-Asterisk) is an attempt to produce high quality, well documented Python bindings for the Asterisk Manager API.
- pyst - A set of interfaces and libraries to allow programming of asterisk from python beginning with agilib.py for programming agi applications and moving to tightly integrated long running python processes for telephony applications.
- StarPy - Set of protocols to allow Twisted-Python applications to communicate via both FastAGI and AMI
- Fats - FastAGI and AMI protocols for the Twisted framework. Include full code covered tests and examples for the Mock Object pattern development. Released under MIT license.
Ruby
- RAMI (Ruby Asterisk Manager Interface) provides a client library and built-in proxy server in Ruby for interfacing with the Asterisk manager interface.
Tcl
- amclient.tcl - For die-hard Tcl fans, here is a robust open source Tcl wrapper which hides the manager protocol syntax from the Tcl script writer. It comes with a simple demo program that can also be used to talk to Asterisk servers for diagnostic purposes in an interactive script-as-you-go kind of way.
- TclMyAst supports all Asterisk v1.2 manager commands; cross-platform; allows registering callbacks on ActionID, UniqueID, and/or Event/Response; operation as proxy that maintains state of channels; demo Tk GUI with integrated command reference.
Page Changes
Asterisk Manager Interface with Perl
Whew