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
astman(1) - debian
netsds(3pm) - debian
asterisk(8) - debian
asterisk(8) - centos
layout::manager::flow(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Introduction
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file