PAMI\Message\Event\LocalBridgeEvent
LocalBridge 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 LocalBridgeEvent
extends EventMessage
{
- // methods
- public string getLocalOneChannel()
- public string getLocalOneChannelState()
- public string getLocalOneChannelStateDesc()
- public string getLocalOneCallerIDNum()
- public string getLocalOneCallerIDName()
- public string getLocalOneConnectedLineNum()
- public string getLocalOneConnectedLineName()
- public string getLocalOneLanguage()
- public string getLocalOneAccountCode()
- public string getLocalOneContext()
- public string getLocalOneExten()
- public string getLocalOnePriority()
- public string getLocalOneUniqueid()
- public string getLocalOneLinkedid()
- public string getLocalTwoChannel()
- public string getLocalTwoChannelState()
- public string getLocalTwoChannelStateDesc()
- public string getLocalTwoCallerIDNum()
- public string getLocalTwoCallerIDName()
- public string getLocalTwoConnectedLineNum()
- public string getLocalTwoConnectedLineName()
- public string getLocalTwoLanguage()
- public string getLocalTwoAccountCode()
- public string getLocalTwoContext()
- public string getLocalTwoExten()
- public string getLocalTwoPriority()
- public string getLocalTwoUniqueid()
- public string getLocalTwoLinkedid()
- public string getContext()
- public string getExten()
- public string getLocalOptimization()
- // 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
- getContext() — get Context
- getExten() — get Exten
- getLocalOneAccountCode() — get LocalOneAccountCode
- getLocalOneCallerIDName() — get LocalOneCallerIDName
- getLocalOneCallerIDNum() — get LocalOneCallerIDNum
- getLocalOneChannel() — get LocalOneChannel
- getLocalOneChannelState() — get LocalOneChannelState
- getLocalOneChannelStateDesc() — get LocalOneChannelStateDesc
- getLocalOneConnectedLineName() — get LocalOneConnectedLineName
- getLocalOneConnectedLineNum() — get LocalOneConnectedLineNum
- getLocalOneContext() — get LocalOneContext
- getLocalOneExten() — get LocalOneExten
- getLocalOneLanguage() — get LocalOneLanguage
- getLocalOneLinkedid() — get LocalOneLinkedid
- getLocalOnePriority() — get LocalOnePriority
- getLocalOneUniqueid() — get LocalOneUniqueid
- getLocalOptimization() — get LocalOptimization
- getLocalTwoAccountCode() — get LocalTwoAccountCode
- getLocalTwoCallerIDName() — get LocalTwoCallerIDName
- getLocalTwoCallerIDNum() — get LocalTwoCallerIDNum
- getLocalTwoChannel() — get LocalTwoChannel
- getLocalTwoChannelState() — get LocalTwoChannelState
- getLocalTwoChannelStateDesc() — get LocalTwoChannelStateDesc
- getLocalTwoConnectedLineName() — get LocalTwoConnectedLineName
- getLocalTwoConnectedLineNum() — get LocalTwoConnectedLineNum
- getLocalTwoContext() — get LocalTwoContext
- getLocalTwoExten() — get LocalTwoExten
- getLocalTwoLanguage() — get LocalTwoLanguage
- getLocalTwoLinkedid() — get LocalTwoLinkedid
- getLocalTwoPriority() — get LocalTwoPriority
- getLocalTwoUniqueid() — get LocalTwoUniqueid
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.