2017 © Pedro Peláez
 

library asm

Asterisk manager to perform AMI commands from your php script.

image

adeshpandey/asm

Asterisk manager to perform AMI commands from your php script.

  • Wednesday, May 17, 2017
  • by adeshpandey
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

asm

Asterisk Manager API integration in PHP, (*1)

How to use

require_once dirname(__FILE__).'/vendor/autoload.php';

$file_name = dirname(__FILE__)."/config.ini";

$manager = new AsteriskManager($file_name);

if($manager->connect()){
    $peers = $manager->sendRequest('CoreShowChannels');
    print_r($peers);
}

The Versions

17/05 2017

dev-master

9999999-dev

Asterisk manager to perform AMI commands from your php script.

  Sources   Download

MIT

The Requires

  • php ^5.3.3 || ^7.0

 

by Avatar adeshpandey