com.avaya.jtapi.tsapi
Class NetworkProgressInfo
java.lang.Object
com.avaya.jtapi.tsapi.NetworkProgressInfo
- Direct Known Subclasses:
- V5NetworkProgressInfo
public class NetworkProgressInfo
- extends java.lang.Object
Contains supplementary call progress information from the
ISDN Progress Indicator Information Element.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PL_USER
public static final short PL_USER
- See Also:
- Constant Field Values
PL_PUB_LOCAL
public static final short PL_PUB_LOCAL
- See Also:
- Constant Field Values
PL_PUB_REMOTE
public static final short PL_PUB_REMOTE
- See Also:
- Constant Field Values
PL_PRIV_REMOTE
public static final short PL_PRIV_REMOTE
- See Also:
- Constant Field Values
PD_CALL_OFF_ISDN
public static final short PD_CALL_OFF_ISDN
- See Also:
- Constant Field Values
PD_DEST_NOT_ISDN
public static final short PD_DEST_NOT_ISDN
- See Also:
- Constant Field Values
PD_ORIG_NOT_ISDN
public static final short PD_ORIG_NOT_ISDN
- See Also:
- Constant Field Values
PD_CALL_ON_ISDN
public static final short PD_CALL_ON_ISDN
- See Also:
- Constant Field Values
PD_INBAND
public static final short PD_INBAND
- See Also:
- Constant Field Values
progressLocation
public short progressLocation
- Specifies the progress location in a
Progress Indicator Information Element from the PRI network.
Possible values are PL_USER, PL_PUB_LOCAL, PL_PUB_REMOTE, PL_PRIV_REMOTE
progressDescription
public short progressDescription
- Specifies the progress description in a
Progress Indicator Information Element from the PRI network.
Possible values are PD_CALL_OFF_ISDN, PD_DEST_NOT_ISDN, PD_ORIG_NOT_ISDN,
PD_CALL_ON_ISDN, PD_INBAND
Copyright © 2006 Avaya All Rights Reserved.