org.mobicents.protocols.ss7.isup.message.parameter
public interface OptionalForwardCallIndicators extends ISUPParameter
| Modifier and Type | Field and Description |
|---|---|
static boolean |
_CLIRI_NOT_REQUESTED
See Q.763 3.38 Connected line identity request indicator :
|
static boolean |
_CLIRI_REQUESTED
See Q.763 3.38 Connected line identity request indicator :
|
static int |
_CUGCI_CUG_CALL_OAL
See Q.763 3.38 Closed user group call indicator : closed user group call,
outgoing access allowed
|
static int |
_CUGCI_CUG_CALL_OANL
See Q.763 3.38 Closed user group call indicator : closed user group call,
outgoing access not allowed
|
static int |
_CUGCI_NON_CUG_CALL
See Q.763 3.38 Closed user group call indicator : non-CUG call
|
static int |
_PARAMETER_CODE |
static boolean |
_SSI_ADDITIONAL_INFO
See Q.763 3.38 Simple segmentation indicator : additional information
will be sent in a segmentation message
|
static boolean |
_SSI_NO_ADDITIONAL_INFO
See Q.763 3.38 Simple segmentation indicator : no additional information
will be sent
|
| Modifier and Type | Method and Description |
|---|---|
int |
getClosedUserGroupCallIndicator() |
boolean |
isConnectedLineIdentityRequestIndicator() |
boolean |
isSimpleSegmentationIndicator() |
void |
setClosedUserGroupCallIndicator(int closedUserGroupCallIndicator) |
void |
setConnectedLineIdentityRequestIndicator(boolean connectedLineIdentityRequestIndicator) |
void |
setSimpleSegmentationIndicator(boolean simpleSegmentationIndicator) |
getCodestatic final int _PARAMETER_CODE
static final boolean _SSI_NO_ADDITIONAL_INFO
static final boolean _SSI_ADDITIONAL_INFO
static final boolean _CLIRI_NOT_REQUESTED
static final boolean _CLIRI_REQUESTED
static final int _CUGCI_NON_CUG_CALL
static final int _CUGCI_CUG_CALL_OAL
static final int _CUGCI_CUG_CALL_OANL
int getClosedUserGroupCallIndicator()
void setClosedUserGroupCallIndicator(int closedUserGroupCallIndicator)
boolean isSimpleSegmentationIndicator()
void setSimpleSegmentationIndicator(boolean simpleSegmentationIndicator)
boolean isConnectedLineIdentityRequestIndicator()
void setConnectedLineIdentityRequestIndicator(boolean connectedLineIdentityRequestIndicator)
Copyright © 2011. All Rights Reserved.