PAMI\Message\Action\PJSIPShowEndpointsAction
PJSIPShowEndpoints action message.
Lists PJSIP endpoints.
Provides a listing of all endpoints. For each endpoint an 'EndpointList'
event is raised that contains relevant attributes and status information.
Once all endpoints have been listed an 'EndpointListComplete' event is issued.
PHP Version 5
- Author: Niklas Larsson <niklas@tese.se>
- License: http://marcelog.github.com/PAMI/ Apache License 2.0
Synopsis
class PJSIPShowEndpointsAction
extends ActionMessage
{
- // methods
- public void __construct()
- // Inherited methods from ActionMessage
- public void __construct()
- public void setActionID()
- // Inherited methods from OutgoingMessage
- public string|null getResponseHandler()
- public void setResponseHandler()
- // Inherited methods from Message
- public integer getCreatedDate()
- public void setVariable()
- public string getVariable()
- public string getKey()
- public string getBoolKey()
- public array getKeys()
- public array getVariables()
- public string serialize()
- public string getActionID()
- public void __construct()
Hierarchy
Constants
Name | Value |
---|---|
EOL | "\r\n" |
EOM | "\r\n\r\n" |
Methods
Inherited from PAMI\Message\Action\ActionMessage
public
- setActionID() — Sets Action ID.
Inherited from PAMI\Message\OutgoingMessage
public
- getResponseHandler() — Returns the class name of the response handler.
- setResponseHandler() — Set the response handler.
Inherited from PAMI\Message\Message
public
- getActionID() — Returns key: 'ActionID'.
- getBoolKey() — Returns a key by name.
- getCreatedDate() — Returns created date.
- getKey() — Returns a key by name.
- getKeys() — Returns all keys for this message.
- getVariable() — Returns a variable by name.
- getVariables() — Returns all variabels for this message.
- serialize() — Gives a string representation for this message, ready to be sent to ami.
- setVariable() — Adds a variable to this message.