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.callcontrol.events |
Provides event wrapper classes for the callcontrol pseudo-protocol.
|
Modifier and Type | Method and Description |
---|---|
static CCUnavailableNetworkResource |
CCUnavailableNetworkResource.fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.
|
static CCUnavailableNetworkResource |
CCUnavailableNetworkResource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CCUnavailableNetworkResource[] |
CCUnavailableNetworkResource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CCDialog.sendSystemFailureError(int invokeId,
CCUnavailableNetworkResource error)
Issues a systemFailure error response for an operation on the dialog.
|
Constructor and Description |
---|
CCSystemFailureErrorEvent(CCDialog dialog,
TcapOperation operation,
TcapError error,
CCUnavailableNetworkResource parameter,
int invokeId)
Initialise a new com.opencloud.slee.resources.cgin.callcontrol.events.CCSystemFailureErrorEvent
|