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 | Field and Description |
---|---|
CstaCall |
CstaConnection.cstaCall
The CstaCall that contains the information of this Connection.
|
Modifier and Type | Method and Description |
---|---|
CstaCall |
CstaConnection.SnapshotCall()
Snapshot the Call.
|
CstaCall |
CstaConnection.SnapshotCall(boolean silmTag)
Snapshot the Call.
|
Modifier and Type | Method and Description |
---|---|
CstaCall |
CstaCustomXMLHandler.snapshotCallCustomXML(java.lang.StringBuffer xml,
java.lang.String osvSoap,
java.lang.String dn,
java.lang.String callId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CstaCall |
CstaSystem.SnapshotCall(java.lang.String callID,
CstaDeviceID deviceID,
boolean silmTag)
Send CSTA SnapshotCall Request, wait for Response, parse it, and return a CstaCall.
|
CstaCall |
CstaSystem.snapshotCallCustomXML(java.lang.StringBuffer xml,
java.lang.String osvSoap,
java.lang.String serviceID,
java.lang.String callID) |