Package | Description |
---|---|
com.opencloud.slee.resources.cgin |
Defines an API for the CGIN infrastructure on which all protocols are built.
|
Modifier and Type | Method and Description |
---|---|
OpenRefuseReason |
DialogOpenRefuseEvent.getRefuseReason()
Get the reason for refusal
|
static OpenRefuseReason |
OpenRefuseReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenRefuseReason[] |
OpenRefuseReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Dialog.refuseDialog(OpenRefuseReason reason,
TcapApplicationContext applicationContext,
SccpAddress responderAddress,
Object... userInformation)
Refuse an open dialog request.
|
Constructor and Description |
---|
DialogOpenRefuseEvent(Dialog dialog,
OpenRefuseReason refuseReason,
PAbortCause pAbortCause,
SccpAddress responderAddress,
TcapApplicationContext applicationContext,
Object[] userInformation)
Create a new open-refuse event.
|