Package | Description |
---|---|
com.opencloud.slee.resources.cgin.callcontrol |
Provides a common API for callcontrol protocols originally based on the INAP
family of protocols.
|
com.opencloud.slee.resources.cgin.cap_v3 |
Provides an API for the CAP v3 protocol.
|
com.opencloud.slee.resources.cgin.etsi_inap_cs1 |
Provides an API for the ETSI INAP CS1 protocol.
|
Modifier and Type | Field and Description |
---|---|
static CCControlType |
CCControlType.manuallyInitiated
Reference to value of the constant manuallyInitiated.
|
static CCControlType |
CCControlType.sCPOverloaded
Reference to value of the constant sCPOverloaded.
|
Modifier and Type | Method and Description |
---|---|
static CCControlType |
CCControlType.fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
CCControlType |
CCCallGapArg.getControlType()
Gets the value of the field controlType.
|
static CCControlType[] |
CCControlType.namedValues()
Returns an array containing all the enumeration constants referenced by fields.
|
Modifier and Type | Method and Description |
---|---|
CCCallGapArg |
CCCallGapArg.setControlType(CCControlType value)
Sets the value of the field controlType.
|
Modifier and Type | Method and Description |
---|---|
CAP3CallGapArg |
CAP3CallGapArg.setControlType(CCControlType value)
Sets the value of the field controlType.
|
Modifier and Type | Method and Description |
---|---|
CS1CallGapArg |
CS1CallGapArg.setControlType(CCControlType value)
Sets the value of the field controlType.
|