NAME
POE::Filter::Asterisk::Manager - convert stream to hashref, and hashref to stream
SYNOPSIS
$msg = POE::Filter::Asterisk::Manager->new();
$array_ref_of_hash_refs = $msg->put($hash_ref);
$array_ref_of_hash_refs = $msg->get($array_ref_of_raw_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.
AUTHORS & COPYRIGHTS
David Davis. xantus@cpan.org (xantus on irc.perl.org)
Please see POE for more information about authors and contributors.