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 |
---|---|
CstaConnection |
CstaDevice.JoinCall(java.lang.String joiningDevice,
CstaJoinCallParticipationType type,
CstaAutoOriginate autoOriginate)
Join Call (device-only) with all options, autoOriginate as enumeration.
|
CstaConnection |
CstaConnection.JoinCall(java.lang.String joiningDevice,
CstaJoinCallParticipationType type,
CstaAutoOriginate autoOriginate)
Join Call with all options, autoOriginate as enumeration.
|
CstaConnection |
CstaDevice.MakeCall(java.lang.String calledDevice,
CstaAutoOriginate autoOriginate,
boolean voice,
boolean image,
boolean im)
Do a CSTA MakeCall with options except appCallbackID and appCallbackName, autoOriginate as enumeration.
|
CstaConnection |
CstaDevice.MakeCall(java.lang.String calledDevice,
CstaAutoOriginate autoOriginate,
boolean voice,
boolean image,
boolean im,
java.lang.String appCallbackID,
java.lang.String appCallbackName)
Do a CSTA MakeCall with all options, autoOriginate as enumeration.
|
Modifier and Type | Method and Description |
---|---|
CstaConnection |
CstaSystem.JoinCall(java.lang.String callID,
CstaDeviceID deviceID,
java.lang.String joiningDevice,
CstaJoinCallParticipationType type,
CstaAutoOriginate autoOriginate)
Send JoinCall Request, wait for JoinCallResponse
|
static java.lang.StringBuffer |
CstaXmlHandler.JoinCall(java.lang.String callID,
java.lang.String deviceID,
java.lang.String joiningDevice,
CstaJoinCallParticipationType type,
CstaAutoOriginate autoOriginate)
JoinCall
|
static java.lang.StringBuffer |
CstaXmlHandler.MakeCall(java.lang.String calling,
java.lang.String called,
CstaAutoOriginate autoOriginate,
boolean voice,
boolean image,
boolean im,
java.lang.String appCallbackID,
java.lang.String appCallbackName)
MakeCall
|
CstaConnection |
CstaSystem.MakeCall(java.lang.String calling,
java.lang.String called,
CstaAutoOriginate autoOriginate,
boolean voice,
boolean image,
boolean im,
java.lang.String appCallbackID,
java.lang.String appCallbackName)
Send MakeCall Request, wait for MakeCallResponse
|
Modifier and Type | Method and Description |
---|---|
CstaJoinCallResponse |
CstaLink.JoinCall(java.lang.String callID,
CstaDeviceID deviceID,
java.lang.String joiningDevice,
CstaJoinCallParticipationType type,
CstaAutoOriginate autoOriginate)
Process JoinCall Request, wait for response
|
CstaMakeCallResponse |
CstaLink.MakeCall(java.lang.String calling,
java.lang.String called,
CstaAutoOriginate autoOriginate,
boolean voice,
boolean image,
boolean im,
java.lang.String appCallbackID,
java.lang.String appCallbackName)
Process MakeCall Request, wait for response
|
Modifier and Type | Method and Description |
---|---|
static CstaAutoOriginate |
CstaAutoOriginate.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CstaAutoOriginate[] |
CstaAutoOriginate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CstaAutoOriginate |
CstaMakeCall.getAutoOriginate() |
CstaAutoOriginate |
CstaJoinCall.getAutoOriginate() |
Modifier and Type | Method and Description |
---|---|
void |
CstaMakeCall.setAutoOriginate(CstaAutoOriginate autoOriginate) |
void |
CstaJoinCall.setAutoOriginate(CstaAutoOriginate autoOriginate) |