PHP Class PAMI\Message\Event\QueueCallerJoinEvent

PHP Version 5
Author: Marcelo Gornstein ([email protected])
Inheritance: extends PAMI\Message\Event\EventMessage
Datei anzeigen Open project: marcelog/pami

Public Methods

Method Description
getAccountCode ( ) : string Returns key: 'AccountCode'.
getCallerIdName ( ) : string Returns key: 'CallerIdName'.
getCallerIdNum ( ) : string Returns key: 'CallerIdNum'.
getChannel ( ) : string Returns key: 'Channel'.
getChannelState ( ) : string Returns key: 'ChannelState'.
getChannelStateDesc ( ) : string Returns key: 'ChannelStateDesc'.
getConnectedLineName ( ) : string Returns key: 'ConnectedLineName'.
getConnectedLineNum ( ) : string Returns key: 'ConnectedLineNum'.
getContext ( ) : string Returns key: 'Context'.
getCount ( ) : string Returns key: 'Count'.
getExten ( ) : string Returns key: 'Exten'.
getPosition ( ) : string Returns key: 'Position'.
getPriority ( ) : string Returns key: 'Priority'.
getPrivilege ( ) : string Returns key: 'Privilege'.
getQueue ( ) : string Returns key: 'Queue'.
getUniqueID ( ) : string Returns key: 'UniqueID'.

Method Details

getAccountCode() public method

Returns key: 'AccountCode'.
public getAccountCode ( ) : string
return string

getCallerIdName() public method

Returns key: 'CallerIdName'.
public getCallerIdName ( ) : string
return string

getCallerIdNum() public method

Returns key: 'CallerIdNum'.
public getCallerIdNum ( ) : string
return string

getChannel() public method

Returns key: 'Channel'.
public getChannel ( ) : string
return string

getChannelState() public method

Returns key: 'ChannelState'.
public getChannelState ( ) : string
return string

getChannelStateDesc() public method

Returns key: 'ChannelStateDesc'.
public getChannelStateDesc ( ) : string
return string

getConnectedLineName() public method

Returns key: 'ConnectedLineName'.
public getConnectedLineName ( ) : string
return string

getConnectedLineNum() public method

Returns key: 'ConnectedLineNum'.
public getConnectedLineNum ( ) : string
return string

getContext() public method

Returns key: 'Context'.
public getContext ( ) : string
return string

getCount() public method

Returns key: 'Count'.
public getCount ( ) : string
return string

getExten() public method

Returns key: 'Exten'.
public getExten ( ) : string
return string

getPosition() public method

Returns key: 'Position'.
public getPosition ( ) : string
return string

getPriority() public method

Returns key: 'Priority'.
public getPriority ( ) : string
return string

getPrivilege() public method

Returns key: 'Privilege'.
public getPrivilege ( ) : string
return string

getQueue() public method

Returns key: 'Queue'.
public getQueue ( ) : string
return string

getUniqueID() public method

Returns key: 'UniqueID'.
public getUniqueID ( ) : string
return string