PAMI\Message\Event\MCIDEvent
MCID 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 MCIDEvent
extends EventMessage
{
- // methods
- public string getChannel()
- public string getChannelState()
- public string getChannelStateDesc()
- public string getCallerIDNum()
- public string getCallerIDName()
- public string getConnectedLineNum()
- public string getConnectedLineName()
- public string getLanguage()
- public string getAccountCode()
- public string getContext()
- public string getExten()
- public string getPriority()
- public string getUniqueid()
- public string getLinkedid()
- public string getMCallerIDNumValid()
- public string getMCallerIDNum()
- public string getMCallerIDton()
- public string getMCallerIDNumPlan()
- public string getMCallerIDNumPres()
- public string getMCallerIDNameValid()
- public string getMCallerIDName()
- public string getMCallerIDNameCharSet()
- public string getMCallerIDNamePres()
- public string getMCallerIDSubaddr()
- public string getMCallerIDSubaddrType()
- public string getMCallerIDSubaddrOdd()
- public string getMCallerIDPres()
- public string getMConnectedIDNumValid()
- public string getMConnectedIDNum()
- public string getMConnectedIDton()
- public string getMConnectedIDNumPlan()
- public string getMConnectedIDNumPres()
- public string getMConnectedIDNameValid()
- public string getMConnectedIDName()
- public string getMConnectedIDNameCharSet()
- public string getMConnectedIDNamePres()
- public string getMConnectedIDSubaddr()
- public string getMConnectedIDSubaddrType()
- public string getMConnectedIDSubaddrOdd()
- public string getMConnectedIDPres()
- // 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
- getAccountCode() — get AccountCode
- getCallerIDName() — get CallerIDName
- getCallerIDNum() — get CallerIDNum
- getChannel() — get Channel
- getChannelState() — get ChannelState
- getChannelStateDesc() — get ChannelStateDesc
- getConnectedLineName() — get ConnectedLineName
- getConnectedLineNum() — get ConnectedLineNum
- getContext() — get Context
- getExten() — get Exten
- getLanguage() — get Language
- getLinkedid() — get Linkedid
- getMCallerIDName() — get MCallerIDName
- getMCallerIDNameCharSet() — get MCallerIDNameCharSet
- getMCallerIDNamePres() — get MCallerIDNamePres
- getMCallerIDNameValid() — get MCallerIDNameValid
- getMCallerIDNum() — get MCallerIDNum
- getMCallerIDNumPlan() — get MCallerIDNumPlan
- getMCallerIDNumPres() — get MCallerIDNumPres
- getMCallerIDNumValid() — get MCallerIDNumValid
- getMCallerIDPres() — get MCallerIDPres
- getMCallerIDSubaddr() — get MCallerIDSubaddr
- getMCallerIDSubaddrOdd() — get MCallerIDSubaddrOdd
- getMCallerIDSubaddrType() — get MCallerIDSubaddrType
- getMCallerIDton() — get MCallerIDton
- getMConnectedIDName() — get MConnectedIDName
- getMConnectedIDNameCharSet() — get MConnectedIDNameCharSet
- getMConnectedIDNamePres() — get MConnectedIDNamePres
- getMConnectedIDNameValid() — get MConnectedIDNameValid
- getMConnectedIDNum() — get MConnectedIDNum
- getMConnectedIDNumPlan() — get MConnectedIDNumPlan
- getMConnectedIDNumPres() — get MConnectedIDNumPres
- getMConnectedIDNumValid() — get MConnectedIDNumValid
- getMConnectedIDPres() — get MConnectedIDPres
- getMConnectedIDSubaddr() — get MConnectedIDSubaddr
- getMConnectedIDSubaddrOdd() — get MConnectedIDSubaddrOdd
- getMConnectedIDSubaddrType() — get MConnectedIDSubaddrType
- getMConnectedIDton() — get MConnectedIDton
- getPriority() — get Priority
- getUniqueid() — get Uniqueid
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.