Telephony-Asterisk-AMI version 0.003, released November 14, 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.003 of Telephony-Asterisk-AMI:
    (See the file "Changes" for the full revision history.)

	- Add send_action and read_response methods
	- Fix docs for error method (disconnect can set it)



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.