|
||||||||||
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.LookaheadInfo
Lookahead interflow is a DEFINITY G3 switch feature that routes some of the incoming calls from one switch to another so that they can be handled more efficiently and will not be lost. The lookahead interflow information is provided by the switch that overflows the call. The routing server application may use the lookahead interflow information to determine the destination of the call.
This information, when available, is obtained via the LucentCallInfo.getLookaheadInfo() method.
LucentCallInfo
Field Summary | |
static short |
LAI_ALL_INTERFLOW
|
static short |
LAI_HIGH
|
static short |
LAI_LOW
|
static short |
LAI_MEDIUM
|
static short |
LAI_NOT_IN_QUEUE
|
static short |
LAI_THRESHOLD_INTERFLOW
|
static short |
LAI_TOP
|
static short |
LAI_VECTORING_INTERFLOW
|
Method Summary | |
int |
getHours()
Gets the 'hours' part of the event timestamp. |
int |
getMinutes()
Gets the 'minutes' part of the event timestamp. |
short |
getPriority()
Priority of the interflowed call. |
int |
getSeconds()
Gets the 'seconds' part of the event timestamp. |
java.lang.String |
getSourceVDN()
Returns the address of the VDN which overflowed the call. |
short |
getType()
Type of interflow. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final short LAI_ALL_INTERFLOW
public static final short LAI_THRESHOLD_INTERFLOW
public static final short LAI_VECTORING_INTERFLOW
public static final short LAI_NOT_IN_QUEUE
public static final short LAI_LOW
public static final short LAI_MEDIUM
public static final short LAI_HIGH
public static final short LAI_TOP
Method Detail |
public short getType()
public short getPriority()
public int getHours()
public int getMinutes()
public int getSeconds()
public java.lang.String getSourceVDN()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |