Asterisk::AMI version 0.1.7 ================ DESCRIPTION This module provides an interface to the Asterisk Manager Interface. It's goal is to provide a flexible, powerful, and reliable way to interact with Asterisk upon which other applications may be built. It utilizes AnyEvent and therefore can integrate very easily into event-based applications, but it still provides blocking functions for us with standard scripting. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES This module requires these other modules and libraries: AnyEvent version 5.0 or higher AnyEvent::Handle AnyEvent::Socket version parent COPYRIGHT AND LICENCE Copyright (C) 2010 by Ryan Bullock (rrb3942@gmail.com) This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available.