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.
|
com.sen.openscape.csta.util |
Contains the public collections of CSTA causes, CSTA configuration information, list of CSTA connection states, and miscellaneous utility classes.
|
com.sen.openscape.csta.xml |
Provides the definition of the CSTA Message 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.
|
void |
CstaDevice.removeForwarding(CstaForwardingType type)
Set Forwarding Data to null.
|
boolean |
CstaLogicalDevice.SetForwarding(CstaForwardingType forwardingType,
boolean activateForward,
java.lang.String forwardDN)
Set Forwarding status.
|
boolean |
CstaLogicalDevice.SetForwarding(CstaForwardingType forwardingType,
boolean activateForward,
java.lang.String forwardDN,
int ringCount,
int ringDuration)
Set Forwarding status.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.StringBuffer |
CstaXmlHandler.SetForwarding(java.lang.String serviceID,
CstaForwardingType forwardingType,
boolean activateForward,
java.lang.String forwardDN,
int ringCount)
SetForwarding
|
boolean |
CstaSystem.SetForwarding(java.lang.String fqnDn,
CstaForwardingType forwardingType,
boolean activateForward,
java.lang.String forwardDN,
int ringCount,
int ringDuration)
Send SetForwarding Request, wait for SetForwardingResponse
|
Modifier and Type | Method and Description |
---|---|
CstaSetForwardingResponse |
CstaLink.SetForwarding(java.lang.String serviceID,
CstaForwardingType forwardingType,
boolean activateForward,
java.lang.String forwardDN,
int ringCount)
Process SetForwarding Request, wait for response
|
Modifier and Type | Method and Description |
---|---|
CstaForwardingType |
CstaForwardingData.getForwardingType() |
static CstaForwardingType |
CstaForwardingType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CstaForwardingType[] |
CstaForwardingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CstaForwardingData.setForwardingType(CstaForwardingType forwardingType) |
Constructor and Description |
---|
CstaForwardingData(CstaForwardingType forwardingType)
Not in use in OSV
|
Modifier and Type | Field and Description |
---|---|
CstaForwardingType |
CstaSetForwarding.forwardingType |
Modifier and Type | Method and Description |
---|---|
CstaForwardingType |
CstaSetForwarding.getForwardingType() |
CstaForwardingType |
CstaForwardListItem.getForwardingType() |
CstaForwardingType |
CstaForwardingEvent.getForwardingType() |
Modifier and Type | Method and Description |
---|---|
void |
CstaSetForwarding.setForwardingType(CstaForwardingType forwardingType) |
void |
CstaForwardListItem.setForwardingType(CstaForwardingType forwardingType) |