Telephony-Asterisk-AMI version 0.002, released November 7, 2015 This module is a simple client for the Asterisk Manager Interface. It's better documented and less buggy than Asterisk::Manager, and has fewer prerequisites than Asterisk::AMI. If you need a more sophisticated client (especially for use in an event-driven program), try Asterisk::AMI. INSTALLATION To install this module, run the following commands: perl Makefile.PL make make test make install DEPENDENCIES Package Minimum Version --------------- --------------- perl 5.8.0 Carp IO::Socket::IP CHANGES Here's what's new in version 0.002 of Telephony-Asterisk-AMI: (See the file "Changes" for the full revision history.) - Validate Asterisk Call Manager header in connect method - Add disconnect method - In action method, check that the connection is open COPYRIGHT AND LICENSE This software is copyright (c) 2015 by Christopher J. Madsen. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.