|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LucentCallInfo
The LucentCallInfo interface provides access methods for Avaya-specific call information. These methods are implemented on the call object, the route session object, and on certain call control call events. For example, if a CallControlCallObserver receives a CallCtlConnAlertingEv, it may be cast to LucentCallInfo to use the getUserToUserInfo() method. These methods may return null if the requested data is not available.
| Field Summary | |
|---|---|
static short |
AR_ANSWER_MACHINE_DETECTED
|
static short |
AR_ANSWER_NORMAL
|
static short |
AR_ANSWER_TIMED
|
static short |
AR_ANSWER_VOICE_ENERGY
|
static short |
AR_IN_QUEUE
|
static short |
AR_NONE
|
static short |
AR_SIT_INEFFECTIVE_OTHER
|
static short |
AR_SIT_INTERCEPT
|
static short |
AR_SIT_NO_CIRCUIT
|
static short |
AR_SIT_REORDER
|
static short |
AR_SIT_UNKNOWN
|
static short |
AR_SIT_VACANT_CODE
|
| Method Summary | |
|---|---|
ACDAddress |
getDeliveringACDAddress()
For a connection to an AgentTerminal, getDeliveringACDAddress returns the ACDAddress that this call was delivered through to the AgentTerminal. |
CallCenterAddress |
getDistributingAddress()
For a connection to an AgentTerminal, getDistributingAddress returns the ACDAddress or ACDManagerAddress that was an intermediate endpoint before the call terminated at the AgentTerminal. |
LookaheadInfo |
getLookaheadInfo()
Returns lookahead interflow information associated with the call event. |
OriginalCallInfo |
getOriginalCallInfo()
Returns original call information associated with the call event. |
short |
getReason()
Specifies the reason for the last event sent for Connections and TerminalConnections on the Call or the Call. |
CallCenterTrunk |
getTrunk()
Returns the trunk from which the call originated. |
UserEnteredCode |
getUserEnteredCode()
Returns call prompting digits associated with the call event. |
UserToUserInfo |
getUserToUserInfo()
Returns user-to-user information associated with the call event. |
| Field Detail |
|---|
static final short AR_NONE
static final short AR_ANSWER_NORMAL
static final short AR_ANSWER_TIMED
static final short AR_ANSWER_VOICE_ENERGY
static final short AR_ANSWER_MACHINE_DETECTED
static final short AR_SIT_REORDER
static final short AR_SIT_NO_CIRCUIT
static final short AR_SIT_INTERCEPT
static final short AR_SIT_VACANT_CODE
static final short AR_SIT_INEFFECTIVE_OTHER
static final short AR_SIT_UNKNOWN
static final short AR_IN_QUEUE
| Method Detail |
|---|
UserToUserInfo getUserToUserInfo()
LookaheadInfo getLookaheadInfo()
UserEnteredCode getUserEnteredCode()
OriginalCallInfo getOriginalCallInfo()
CallCenterAddress getDistributingAddress()
ACDAddress getDeliveringACDAddress()
CallCenterTrunk getTrunk()
short getReason()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||