|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.avaya.jtapi.tsapi.ASN1
com.avaya.jtapi.tsapi.ASNSequence
com.avaya.jtapi.tsapi.LucentPrivateData
com.avaya.jtapi.tsapi.OriginalCallInfo
Original Call Information is made available in conjunction with the consult() service. It is provided in event reports to observers of the consulted party and contains information about the original call.
This information, when available, is obtained via the LucentCallInfo.getOriginalCallInfo() method.
LucentCallInfo
Field Summary | |
static short |
OR_CONFERENCED
|
static short |
OR_CONSULTATION
|
static short |
OR_NEW_CALL
|
static short |
OR_NONE
|
static short |
OR_TRANSFERRED
|
Method Summary | |
Address |
getCalledDevice()
Get the original called device for this call. |
Address |
getCallingDevice()
Get the original calling device for this call. |
LookaheadInfo |
getLookaheadInfo()
Get the original lookahead information for this call. |
short |
getReason()
Get the reason code for this OriginalCallInfo. |
CallCenterTrunk |
getTrunk()
Get the original trunk device for this call. |
UserEnteredCode |
getUserEnteredCode()
Get the original collected digits for this call. |
UserToUserInfo |
getUserToUserInfo()
Get the original user-to-user information for this call. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final short OR_NONE
public static final short OR_CONSULTATION
public static final short OR_CONFERENCED
public static final short OR_TRANSFERRED
public static final short OR_NEW_CALL
Method Detail |
public short getReason()
public Address getCallingDevice()
public Address getCalledDevice()
public CallCenterTrunk getTrunk()
public UserToUserInfo getUserToUserInfo()
public LookaheadInfo getLookaheadInfo()
public UserEnteredCode getUserEnteredCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |