-
-
14 Aug 2016 15:44:35 UTC
- Distribution: asterisk-perl
- Module version: 0.01
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (6)
- Testers (668 / 0 / 0)
- Kwalitee
Bus factor: 0- 17.19% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (39.1KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Digest::MD5
- IO::Socket
- Net::Telnet
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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 . "!\n";
$astman->disconnect;
DESCRIPTION
This module provides a simple interface to the asterisk manager interface.
Module Install Instructions
To install Asterisk, copy and paste the appropriate command in to your terminal.
cpanm Asterisk
perl -MCPAN -e shell install Asterisk
For more information on module installation, please visit the detailed CPAN module installation guide.