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 CCRequestedInfoErrorArg |
CCRequestedInfoErrorArg.fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.
|
static CCRequestedInfoErrorArg |
CCRequestedInfoErrorArg.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CCRequestedInfoErrorArg[] |
CCRequestedInfoErrorArg.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.sendRequestedInfoErrorError(int invokeId,
CCRequestedInfoErrorArg error)
Issues a requestedInfoError error response for an operation on the dialog.
|
Constructor and Description |
---|
CCRequestedInfoErrorErrorEvent(CCDialog dialog,
TcapOperation operation,
TcapError error,
CCRequestedInfoErrorArg parameter,
int invokeId)
Initialise a new com.opencloud.slee.resources.cgin.callcontrol.events.CCRequestedInfoErrorErrorEvent
|