Asterisk-AMI
view release on metacpan or search on metacpan
version
parent
Note on SSL Support:
For SSL support you will also need the module that AnyEvent::Handle uses for SSL support, which is not a required dependency.
Currently that module is 'Net::SSLeay' (AnyEvent:Handle version 5.251) but it may change in the future.
Note on SSL Support for CentOS/Redhat:
If the version of Net:SSLeay included in CentOS/Redhat does not work try installing an updated version from CPAN.
LICENSE
This module is free software. You can redistribute it and/or
modify it under the terms of the Artistic License 2.0.
This program is distributed in the hope that it will be useful,
but without any warranty; without even the implied warranty of
merchantability or fitness for a particular purpose.
lib/Asterisk/AMI.pm view on Meta::CPAN
can integrate very easily into event-based applications, but it still provides blocking functions for us with standard
scripting.
=head2 SSL SUPPORT INFORMATION
For SSL support you will also need the module that AnyEvent::Handle uses for SSL support, which is not a required
dependency. Currently that module is 'Net::SSLeay' (AnyEvent:Handle version 5.251) but it may change in the future.
=head3 CentOS/Redhat
If the version of Net:SSLeay included in CentOS/Redhat does not work try installing an updated version from CPAN.
=head2 Constructor
=head3 new([ARGS])
Creates a new AMI object which takes the arguments as key-value pairs.
Key-Value Pairs accepted:
PeerAddr Remote host address <hostname>
PeerPort Remote host port <service>
( run in 0.385 second using v1.01-cache-2.11-cpan-05444aca049 )