POE::Component::Client::Asterisk::Manager - Event-based Asterisk Manager Client
use POE::Session; use POE::Component::Client::Asterisk::Manager; POE::Component::Client::Asterisk::Manager->new( Alias => 'monitor', ListenPort => 5038, # default port CallBacks => { test => 'test', }, inline_states => { ring => sub { my $input = $_[ARG0]; # $input is a hash ref with info from print STDERR "RING! $input->{Channel}\n"; }, }, ); $poe_kernel->run();
POE::Component::Client::Asterisk::Manager is an event driven Asterisk manager client
Clean house
Probably
David Davis, <xantus@cpan.org>
Copyright 2003 by David Davis and Teknikill Software
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
perl(1), POE::Filter::Asterisk::Manager.
1 POD Error
The following errors were encountered while parsing the POD:
You forgot a '=back' before '=head1'
To install POE::Component::Client::Asterisk::Manager, copy and paste the appropriate command in to your terminal.
cpanm
cpanm POE::Component::Client::Asterisk::Manager
CPAN shell
perl -MCPAN -e shell install POE::Component::Client::Asterisk::Manager
For more information on module installation, please visit the detailed CPAN module installation guide.