PHP Class PAMI\Message\Event\DTMFBeginEvent

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'.
getDigit ( ) : string Returns key: 'Digit'.
getDirection ( ) : string Returns key: 'Direction'.
getExten ( ) : string Returns key: 'Exten'.
getPriority ( ) : string Returns key: 'Priority'.
getPrivilege ( ) : string Returns key: 'Privilege'.
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

getDigit() public method

Returns key: 'Digit'.
public getDigit ( ) : string
return string

getDirection() public method

Received Sent
public getDirection ( ) : string
return string

getExten() public method

Returns key: 'Exten'.
public getExten ( ) : 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

getUniqueid() public method

Returns key: 'Uniqueid'.
public getUniqueid ( ) : string
return string