PAMI\Message\Event\ChanSpyStartEvent
ChanSpyStart Event
Note: Auto Generated using xsltproc
PHP Version 5
- Author: Diederik de Groot <ddegroot@gmail.com>
- License: http://chan-sccp.github.com/PAMI/ Apache License 2.0
Synopsis
class ChanSpyStartEvent
extends EventMessage
{
- // methods
- public string getSpyerChannel()
- public string getSpyerChannelState()
- public string getSpyerChannelStateDesc()
- public string getSpyerCallerIDNum()
- public string getSpyerCallerIDName()
- public string getSpyerConnectedLineNum()
- public string getSpyerConnectedLineName()
- public string getSpyerLanguage()
- public string getSpyerAccountCode()
- public string getSpyerContext()
- public string getSpyerExten()
- public string getSpyerPriority()
- public string getSpyerUniqueid()
- public string getSpyerLinkedid()
- public string getSpyeeChannel()
- public string getSpyeeChannelState()
- public string getSpyeeChannelStateDesc()
- public string getSpyeeCallerIDNum()
- public string getSpyeeCallerIDName()
- public string getSpyeeConnectedLineNum()
- public string getSpyeeConnectedLineName()
- public string getSpyeeLanguage()
- public string getSpyeeAccountCode()
- public string getSpyeeContext()
- public string getSpyeeExten()
- public string getSpyeePriority()
- public string getSpyeeUniqueid()
- public string getSpyeeLinkedid()
- // 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
- getSpyeeAccountCode() — get SpyeeAccountCode
- getSpyeeCallerIDName() — get SpyeeCallerIDName
- getSpyeeCallerIDNum() — get SpyeeCallerIDNum
- getSpyeeChannel() — get SpyeeChannel
- getSpyeeChannelState() — get SpyeeChannelState
- getSpyeeChannelStateDesc() — get SpyeeChannelStateDesc
- getSpyeeConnectedLineName() — get SpyeeConnectedLineName
- getSpyeeConnectedLineNum() — get SpyeeConnectedLineNum
- getSpyeeContext() — get SpyeeContext
- getSpyeeExten() — get SpyeeExten
- getSpyeeLanguage() — get SpyeeLanguage
- getSpyeeLinkedid() — get SpyeeLinkedid
- getSpyeePriority() — get SpyeePriority
- getSpyeeUniqueid() — get SpyeeUniqueid
- getSpyerAccountCode() — get SpyerAccountCode
- getSpyerCallerIDName() — get SpyerCallerIDName
- getSpyerCallerIDNum() — get SpyerCallerIDNum
- getSpyerChannel() — get SpyerChannel
- getSpyerChannelState() — get SpyerChannelState
- getSpyerChannelStateDesc() — get SpyerChannelStateDesc
- getSpyerConnectedLineName() — get SpyerConnectedLineName
- getSpyerConnectedLineNum() — get SpyerConnectedLineNum
- getSpyerContext() — get SpyerContext
- getSpyerExten() — get SpyerExten
- getSpyerLanguage() — get SpyerLanguage
- getSpyerLinkedid() — get SpyerLinkedid
- getSpyerPriority() — get SpyerPriority
- getSpyerUniqueid() — get SpyerUniqueid
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.