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.
|
Modifier and Type | Method and Description |
---|---|
CstaCallLogResponseWithErrorCode |
CstaDevice.CallLogDelete(CstaCallLogDeleteList recordList)
Call Log Delete.
|
CstaCallLogResponseWithErrorCode |
CstaDevice.CallLogSnapshot()
Call Log Snapshot.
|
Modifier and Type | Method and Description |
---|---|
CstaCallLogResponseWithErrorCode |
CstaSystem.CallLogDelete(java.lang.String subscriber,
CstaCallLogDeleteList logList)
Send CallLogDelete request and wait for a response
|
CstaCallLogResponseWithErrorCode |
CstaSystem.CallLogSnapshot(java.lang.String subscriber)
Send CallLogSnapshot request and wait for a response
|