logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Asterisk::Manager - Asterisk Manager Interface

Description

       This module provides a simple interface to the asterisk manager interface.

perl v5.40.1                                       2025-05-02                             Asterisk::Manager(3pm)

Name

       Asterisk::Manager - Asterisk Manager Interface

Synopsis

       use Asterisk::Manager;

       my $astman = new Asterisk::Manager;

       $astman->user('username');

       $astman->secret('test');

       $astman->host('localhost');

       $astman->connect || die "Could not connect to " . $astman->host . "!\n";

       $astman->disconnect;

See Also