|
NAMEAsterisk::Manager - Asterisk Manager InterfaceSYNOPSISuse 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; DESCRIPTIONThis module provides a simple interface to the asterisk manager interface.
Visit the GSP FreeBSD Man Page Interface. |