Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
/ perl-Asterisk-AMI Public archive

A Perl module for interfacing with the Asterisk Management Interface.

License

Notifications You must be signed in to change notification settings

rrb3942/perl-Asterisk-AMI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asterisk::AMI is Copyright (C) 2011 by Ryan Bullock (rrb3942@gmail.com)

Asterisk::AMI
================

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 still provides blocking functions for use 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
	Digest::MD5
	Scalar::Util
        Carp
	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.

About

A Perl module for interfacing with the Asterisk Management Interface.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages