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.provider |
Provides the public interface to monitor a CSTA device, receive CstaEvent objects and control the heartbeat with the OpenScape Voice system.
|
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.
|
Modifier and Type | Method and Description |
---|---|
CstaForwardingData |
CstaLogicalDevice.getForwardingDataByType(CstaForwardingType type)
Get the Forwarding Data of one forwarding type.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CstaForwardingData> |
CstaLogicalDevice.GetForwarding()
Get the Forwarding status.
|
java.util.List<CstaForwardingData> |
CstaLogicalDevice.getForwardingDataList()
Get the Forwarding Data of the Device.
|
Modifier and Type | Method and Description |
---|---|
void |
CstaDevice.setForwardingData(CstaForwardingData data)
Set the Forwarding Data.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CstaForwardingData> |
CstaCustomXMLHandler.getFWDCustomXML(java.lang.StringBuffer xml,
java.lang.String osvSoap)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CstaForwardingData> |
CstaSystem.GetForwarding(java.lang.String fqnDn)
Send GetForwarding Request, wait for GetForwardingResponse
|
java.util.List<CstaForwardingData> |
CstaSystem.getFWDCustomXML(java.lang.StringBuffer xml,
java.lang.String osvSoap) |