Because a thing seems difficult for you, do not think it impossible for anyone to accomplish. – Marcus Aurelius
Header

Perl CPAN and Asterisk

November 28th, 2011 | Posted by CcR in Asterisk - (0 Comments)


asterisk::AGI - Simple Asterisk Gateway Interface Class

SYNOPSIS ^

use Asterisk::AGI;

$AGI = new Asterisk::AGI;

# pull AGI variables into %input

%input = $AGI->ReadParse();

# say the number 1984

$AGI->say_number(1984);

DESCRIPTION ^

This module should make it easier to … Read more