NAME

POE::Filter::Asterisk::Manager - convert stream to hashref, and hashref to stream

SYNOPSIS

$httpd = POE::Filter::Asterisk::Manager->new();
$arrayref_with_http_response_as_string =
  $httpd->put($full_http_response_object);
$arrayref_with_http_request_object =
  $line->get($arrayref_of_raw_data_chunks_from_driver);

DESCRIPTION

POE::Filter::Asterisk::Manager is a filter used to pass back a reference to a hash with the keys/values of data received from Asterisk manager. It also works the other way around.

PUBLIC FILTER METHODS

Please see POE::Filter.

SEE ALSO

POE::Filter.

The SEE ALSO section in POE contains a table of contents covering the entire POE distribution.

TODO

  • Add crlf detection. I'm not sure if this is really needed though since Asterisk has only been used on linux.

BUGS

Probably

AUTHORS & COPYRIGHTS

David Davis. (xantus [at] teknikill.net) (xantus on irc.perl.org)

Please see POE for more information about authors and contributors.

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 160:

'=item' outside of any '=over'

Around line 165:

You forgot a '=back' before '=head1'