asterisk::manager(3pm) debian man page | unix.com

Man Page: asterisk::manager

Operating Environment: debian

Section: 3pm

Asterisk::Manager(3pm)					User Contributed Perl Documentation				    Asterisk::Manager(3pm)

NAME
Asterisk::Manager - Asterisk Manager Interface
SYNOPSIS
use Asterisk::Manager; my $astman = new Asterisk::Manager; $astman->user('username'); $astman->secret('test'); $astman->host('localhost'); $astman->connect || die "Could not connect to " . $astman->host . "! "; $astman->disconnect;
DESCRIPTION
This module provides a simple interface to the asterisk manager interface. perl v5.10.0 2009-06-26 Asterisk::Manager(3pm)
Related Man Pages
astgenkey(8) - debian
asterisk(8) - debian
rasterisk(8) - debian
layout::manager::grid(3pm) - debian
xacobeo::gobject(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
One instance of comparing grep and awk
My first PERL incarnation... Audio Oscillograph