Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Asterisk::AMI 0.2.8

    Download button

    No screenshots available
    Downloads: 166  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Ryan Bullock | More programs
    Perl Artistic License / FREE
    December 2nd, 2011, 05:54 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Asterisk::AMI description

    Perl module for interacting with the Asterisk Manager Interface

    Asterisk::AMI is a Perl module that 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.

    SYNOPSIS

            use Asterisk::AMI;
            my $astman = Asterisk::AMI->new(PeerAddr => '127.0.0.1',
                                            PeerPort => '5038',
                                            Username => 'admin',
                                            Secret => 'supersecret'
                                    );
           
            die "Unable to connect to asterisk" unless ($astman);

            my $action = $astman->({ Action => 'Command',
                                     Command => 'sip show peers'
                                    });



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    AMI interface | Perl module | Asterisk Manager Interface | Perl | AMI | interface

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM