Man Page: asterisk::manager
Operating Environment: debian
Section: 3pm
Asterisk::Manager(3pm) User Contributed Perl Documentation Asterisk::Manager(3pm)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 . "! "; $astman->disconnect;DESCRIPTIONThis module provides a simple interface to the asterisk manager interface. perl v5.10.0 2009-06-26 Asterisk::Manager(3pm)
| Related Man Pages |
|---|
| netsds(3pm) - debian |
| safe_asterisk(8) - debian |
| layout::manager(3pm) - debian |
| layout::manager::compass(3pm) - debian |
| xacobeo::gobject(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| Introduction |
| Detecting unused variables... |
| One instance of comparing grep and awk |