PAMI\Message\Event\SCCPDeviceStatisticsEntryEvent
Event triggered by SCCPShowDevice Call Statistics Entries.
PHP Version 5
- Author: Diederik de Groot <ddegroot@users.sf.net>
- License: http://marcelog.github.com/PAMI/ Apache License 2.0
Synopsis
class SCCPDeviceStatisticsEntryEvent
extends EventMessage
{
- // methods
- public string getChannelType()
- public string getChannelObjectType()
- public string getType()
- public integer getCalls()
- public integer getPacketsSent()
- public integer getPacketsReceived()
- public integer getPacketsLost()
- public integer getJitter()
- public integer getLatency()
- public float getQuality()
- public float getAverageQuality()
- public float getMeanQuality()
- public float getMaxQuality()
- public float getReceivedConcealed()
- public integer getSentConcealed()
- // Inherited methods from EventMessage
- public string getName()
- // Inherited methods from IncomingMessage
- public array __sleep()
- public string getEventList()
- public string getRawContent()
- public array getAllChannelVariables()
- public array getChannelVariables()
- public array getAllStatusVariables()
- public array getStatusVariables()
- public void __construct()
- // 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
Extends
Constants
Name | Value |
---|---|
EOL | "\r\n" |
EOM | "\r\n\r\n" |
Methods
public
- getAverageQuality() — Returns key: 'Average Quality'.
- getCalls() — Returns key: 'Calls'.
- getChannelObjectType() — Returns key: 'ChannelObjectType'.
- getChannelType() — Returns key: 'ChannelType'.
- getJitter() — Returns key: 'Jitter'.
- getLatency() — Returns key: 'Latency'.
- getMaxQuality() — Returns key: 'Maximum Quality'.
- getMeanQuality() — Returns key: 'Mean Quality'.
- getPacketsLost() — Returns key: 'Packets Lost'.
- getPacketsReceived() — Returns key: 'Packets Received'.
- getPacketsSent() — Returns key: 'Packets Sent'.
- getQuality() — Returns key: 'Quality'.
- getReceivedConcealed() — Returns key: 'ReceivedConcealed'.
- getSentConcealed() — Returns key: 'sConceal'.
- getType() — Returns key: 'Type'.
Inherited from PAMI\Message\Event\EventMessage
public
- getName() — Returns key 'Event'.
Inherited from PAMI\Message\IncomingMessage
public
- __sleep() — Serialize function.
- getAllChannelVariables() — Returns the channel variables for all reported channels.
- getAllStatusVariables() — Returns the channel variables for all reported channels.
- getChannelVariables() — Returns the channel variables for the given channel.
- getEventList() — Returns key 'EventList'. In respones, this will surely be a "start". In events, should be a "complete".
- getRawContent() — Returns the original message content without parsing.
- getStatusVariables() — Returns the channel variables for the given channel.
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.