com.avaya.jtapi.tsapi
Interface LucentV6Connection
- All Superinterfaces:
- CallControlConnection, Connection, ITsapiConnection, LucentConnection, LucentV5Connection
- public interface LucentV6Connection
- extends LucentV5Connection
This interface extends LucentV5Connection
with features specific to DEFINITY G3 PBX Driver Version 6 private data.
When a Provider is bound to a DEFINITY switch which supports V6 private data,
this interface may be used to access
additional capabilities.
The getTrunk method allows an application access to information about
the trunk associated with this Connection.
Fields inherited from interface javax.telephony.callcontrol.CallControlConnection |
ALERTING, DIALING, DISCONNECTED, ESTABLISHED, FAILED, IDLE, INITIATED, NETWORK_ALERTING, NETWORK_REACHED, OFFERED, OFFERING, QUEUED, UNKNOWN |
getTrunk
public CallCenterTrunk getTrunk()
- If this Connection is associated with a trunk,
- Returns:
- this method returns the associated CallCenterTrunk. Otherwise returns null.
Copyright © 2005 Avaya All Rights Reserved.