Package | Description |
---|---|
com.sen.openscape.csta.callcontrol |
Provides Classes and public interfaces for handling of CSTA objects such as CstaMonitor, CstaDevice, CstaCall and CstaConnection.
|
com.sen.openscape.csta.system |
This package maintains the list of Monitors and the Connections for the Monitored Objects, used only by CSTA SDK internally.
|
com.sen.openscape.csta.transport |
Provides classes and methods to control the tranport layer and establish the connection with the OpenScape Voice system.
|
Modifier and Type | Field and Description |
---|---|
CstaDeviceIdentifier |
CstaRouteDialog.callingDevice |
CstaDeviceIdentifier |
CstaRouteDialog.currentRoute |
CstaDeviceIdentifier |
CstaDevice.deviceIdentifier
The DeviceIdentifier of this Device.
|
CstaDeviceIdentifier |
CstaRouteDialog.routingDevice |
Modifier and Type | Method and Description |
---|---|
CstaDeviceIdentifier |
CstaCall.getActiveDevice()
Get the ActiveDevice of this Call.
|
CstaDeviceIdentifier |
CstaCall.getAddedParty()
Get the AddedParty of this Call.
|
CstaDeviceIdentifier |
CstaCall.getAssociatedCalledDevice() |
CstaDeviceIdentifier |
CstaCall.getAssociatedCallingDevice() |
CstaDeviceIdentifier |
CstaCall.getCalledDevice()
Get the CalledDevice of this Call.
|
CstaDeviceIdentifier |
CstaCall.getCallingDevice()
Get the CallingDevice of this Call.
|
CstaDeviceIdentifier |
CstaCall.getLastRedirectDevice()
Get the LastRedirectDevice of this Call.
|
CstaDeviceIdentifier |
CstaCall.getPartnerDevice()
Get partner device.
|
CstaDeviceIdentifier |
CstaCall.getTransferredToDevice()
Get the TransferredToDevice of this Call.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<CstaDeviceIdentifier> |
CstaCall.getPartnerDeviceList()
Get the partner devices list.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CstaConnection.AssociateData(CstaDeviceIdentifier deviceInfo)
AssociateData with deviceInfo.
|
boolean |
CstaConnection.AssociateData(CstaDeviceIdentifier deviceInfo,
java.lang.String altDestination)
AssociateData with deviceInfo & altDestination.
|
void |
CstaCall.setActiveDevice(CstaDeviceIdentifier activeDevice)
Set the ActiveDevice of this Call.
|
void |
CstaCall.setAddedParty(CstaDeviceIdentifier addedParty)
Set the AddedParty of this Call.
|
void |
CstaCall.setAssociatedCalledDevice(CstaDeviceIdentifier associatedCalledDevice) |
void |
CstaCall.setAssociatedCallingDevice(CstaDeviceIdentifier associatedCallingDevice) |
void |
CstaCall.setCalledDevice(CstaDeviceIdentifier calledDevice)
Set the CalledDevice of this Call.
|
void |
CstaCall.setCallingDevice(CstaDeviceIdentifier callingDevice)
Set the CallingDevice of this Call.
|
void |
CstaCall.setLastRedirectDevice(CstaDeviceIdentifier lastRedirectDevice)
Set the LastRedirectDevice of this Call.
|
void |
CstaCall.setTransferredToDevice(CstaDeviceIdentifier transferredToDevice)
Set the TransferredToDevice of this Call.
|
Modifier and Type | Method and Description |
---|---|
void |
CstaCall.setPartnerDeviceList(java.util.ArrayList<CstaDeviceIdentifier> partnerDeviceList)
Set the partner device list.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CstaSystem.AssociateData(java.lang.String callID,
CstaDeviceID deviceID,
CstaDeviceIdentifier deviceInfo,
java.lang.String altDestination)
Send AssociateData Request, wait for AssociateDataResponse
|
Modifier and Type | Method and Description |
---|---|
CstaAssociateDataResponse |
CstaLink.AssociateData(java.lang.String callID,
CstaDeviceID deviceID,
CstaDeviceIdentifier deviceInfo,
java.lang.String callQualifyingData)
Process CstaAssociateData Request, wait for response
|