[Net_AsteriskManager] element index
All elements
a
c
g
l
n
o
p
q
s
_
_
top
__construct
Net_AsteriskManager::__construct()
in AsteriskManager.php
Class constructor
a
top
AsteriskManager.php
AsteriskManager.php
in AsteriskManager.php
c
top
close
Net_AsteriskManager::close()
in AsteriskManager.php
Close the connection
command
Net_AsteriskManager::command()
in AsteriskManager.php
Send a command to the Asterisk CLI interface. Acceptable commands are dependent on the Asterisk installation.
connect
Net_AsteriskManager::connect()
in AsteriskManager.php
If not already connected then connect to the Asterisk server otherwise close active connection and reconnect
g
top
getChannelStatus
Net_AsteriskManager::getChannelStatus()
in AsteriskManager.php
Get the status information for a channel
getIaxPeers
Net_AsteriskManager::getIaxPeers()
in AsteriskManager.php
Return a list of IAX peers and their status
getQueues
Net_AsteriskManager::getQueues()
in AsteriskManager.php
Returns a list of queues and their status
getSipPeers
Net_AsteriskManager::getSipPeers()
in AsteriskManager.php
Get a list of SIP peers and their status
l
top
login
Net_AsteriskManager::login()
in AsteriskManager.php
Login into Asterisk Manager interface given the user credentials
logout
Net_AsteriskManager::logout()
in AsteriskManager.php
Logout of the current manager session attached to $this::socket
n
top
Net_AsteriskManager
Net_AsteriskManager
in AsteriskManager.php
Class for accessing the Asterisk Manager interface
http://www.voip-info.org/wiki/view/Asterisk+manager+API
o
top
originateCall
Net_AsteriskManager::originateCall()
in AsteriskManager.php
Make a call to an extension with a given channel acting as the originator
p
top
$port
Net_AsteriskManager::$port
in AsteriskManager.php
The port to use when connecting to the Asterisk server
ping
Net_AsteriskManager::ping()
in AsteriskManager.php
A simple 'ping' command which the server responds with 'pong'
q
top
queueAdd
Net_AsteriskManager::queueAdd()
in AsteriskManager.php
Add a handset to a queue on the server
queueRemove
Net_AsteriskManager::queueRemove()
in AsteriskManager.php
Remove a handset from the given queue
s
top
$server
Net_AsteriskManager::$server
in AsteriskManager.php
The Asterisk server which will recieve the manager commands
startMonitor
Net_AsteriskManager::startMonitor()
in AsteriskManager.php
Monitor(record) a channel to given file in given format
stopMonitor
Net_AsteriskManager::stopMonitor()
in AsteriskManager.php
Stop monitoring a channel
a
c
g
l
n
o
p
q
s
_