Package | Description |
---|---|
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 |
---|---|
CstaRouteService |
CstaProvider.getCstaRouteServiceByServiceID(java.lang.String serviceID)
Retrieve RouteService by providing a service Id.
|
CstaRouteService[] |
CstaProvider.getCstaRouteServiceList()
Retrieve current registered RouteService list
|
CstaRouteService |
CstaProvider.RouteRegister(CstaDevice device)
Register Routing Service on a CstaDevice.
|
Modifier and Type | Field and Description |
---|---|
java.util.HashMap<java.lang.String,CstaRouteService> |
CstaSystem.routeServiceList
Route Service List
|
Modifier and Type | Method and Description |
---|---|
CstaRouteService |
CstaSystem.getCstaRouteServiceByServiceID(java.lang.String serviceID)
Get CstaRouteService by serviceID.
|
CstaRouteService |
CstaSystem.RouteRegister(java.lang.String fqnDn)
Send RouteRegister Request, wait for RouteRegisterResponse
If the Application sends 2nd RouteRegister on the same device, OSV server gives a positive response,
containing the same routeRegisterReqID as the previous request.
|