Main > Programming > Libraries >

Asterisk::FastAGI 0.01

Asterisk::FastAGI 0.01

Sponsored Links

Asterisk::FastAGI 0.01 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.003 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 907
Date added: 2007-05-25
Publisher: Jason Yates

Asterisk::FastAGI 0.01 description

Asterisk::FastAGI is a Perl module for FastAGI handling.

SYNOPSIS

use base Asterisk::FastAGI;

sub fastagi_handler {
my $self = shift;

my $param = $self->param(foo);
my $callerid = $self->input(calleridname);

$self->agi->say_number(1000);
}

Asterisk::FastAGI provides a preforking daemon for handling FastAGI requests from Asterisk.

Read the Net::Server for more information about the logging facilities, configuration, etc.

USAGE EXAMPLE

First you need a module containing all of your AGI handlers.

package MyAGI;

use base Asterisk::FastAGI;

sub agi_handler {
my $self = shift;
$self->agi->say_number(8675309);
}

Then you simply need to have a script that runs the daemon.

#!/usr/bin/perl
use MyAGI;

MyAGI->run();

When it is run it creates a preforking daemon on port 4573. That is the default port for FastAGI. Read the Net::Server documentation on how to change this and many other options.

Asterisk::FastAGI 0.01 Screenshot

Advertisements

Asterisk::FastAGI 0.01 Keywords

Bookmark Asterisk::FastAGI 0.01

Hyperlink code:
Link for forum:

Asterisk::FastAGI 0.01 Copyright

WareSeeker periodically updates pricing and software information of Asterisk::FastAGI 0.01 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Asterisk::FastAGI 0.01 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Asterisk-Java provides a set of Java classes that allow you to easily build Java applications. Free Download
Set::IntSpan::Fast is a Perl module for fast handling of sets containing integer spans. Free Download
Text::VisualWidth is a Perl module that provides functions to treat half-width and full-width characters. Free Download
B::Flags is a Perl module that provides a friendlier flags for B. Free Download
CPAN::Test::Others is a Perl module to include tests for other modules on CPAN. Free Download
WebService::Google::Suggest is a Perl module for Google Suggest as an API. Free Download
Apache::Storage is Perl module containing simple functions to store and retrieve information from within the Apache process. Free Download
Template::Plugin::SumOf is a Perl module to calculate the sum with VMETHODS. Free Download