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