org.mobicents.protocols.ss7.isup.message.parameter
Interface OptionalForwardCallIndicators

All Superinterfaces:
ISUPComponent, ISUPParameter, java.io.Serializable

public interface OptionalForwardCallIndicators
extends ISUPParameter

Start time:13:37:40 2009-07-23
Project: mobicents-isup-stack

Author:
Bartosz Baranowski

Field Summary
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
 
Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
_PROTOCOL_VERSION
 
Method Summary
 int getClosedUserGroupCallIndicator()
           
 boolean isConnectedLineIdentityRequestIndicator()
           
 boolean isSimpleSegmentationIndicator()
           
 void setClosedUserGroupCallIndicator(int closedUserGroupCallIndicator)
           
 void setConnectedLineIdentityRequestIndicator(boolean connectedLineIdentityRequestIndicator)
           
 void setSimpleSegmentationIndicator(boolean simpleSegmentationIndicator)
           
 
Methods inherited from interface org.mobicents.protocols.ss7.isup.message.parameter.ISUPParameter
getCode
 
Methods inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
decodeElement, encodeElement, encodeElement
 

Field Detail

_PARAMETER_CODE

static final int _PARAMETER_CODE
See Also:
Constant Field Values

_SSI_NO_ADDITIONAL_INFO

static final boolean _SSI_NO_ADDITIONAL_INFO
See Q.763 3.38 Simple segmentation indicator : no additional information will be sent

See Also:
Constant Field Values

_SSI_ADDITIONAL_INFO

static final boolean _SSI_ADDITIONAL_INFO
See Q.763 3.38 Simple segmentation indicator : additional information will be sent in a segmentation message

See Also:
Constant Field Values

_CLIRI_NOT_REQUESTED

static final boolean _CLIRI_NOT_REQUESTED
See Q.763 3.38 Connected line identity request indicator :

See Also:
Constant Field Values

_CLIRI_REQUESTED

static final boolean _CLIRI_REQUESTED
See Q.763 3.38 Connected line identity request indicator :

See Also:
Constant Field Values

_CUGCI_NON_CUG_CALL

static final int _CUGCI_NON_CUG_CALL
See Q.763 3.38 Closed user group call indicator : non-CUG call

See Also:
Constant Field Values

_CUGCI_CUG_CALL_OAL

static final int _CUGCI_CUG_CALL_OAL
See Q.763 3.38 Closed user group call indicator : closed user group call, outgoing access allowed

See Also:
Constant Field Values

_CUGCI_CUG_CALL_OANL

static final int _CUGCI_CUG_CALL_OANL
See Q.763 3.38 Closed user group call indicator : closed user group call, outgoing access not allowed

See Also:
Constant Field Values
Method Detail

getClosedUserGroupCallIndicator

int getClosedUserGroupCallIndicator()

setClosedUserGroupCallIndicator

void setClosedUserGroupCallIndicator(int closedUserGroupCallIndicator)

isSimpleSegmentationIndicator

boolean isSimpleSegmentationIndicator()

setSimpleSegmentationIndicator

void setSimpleSegmentationIndicator(boolean simpleSegmentationIndicator)

isConnectedLineIdentityRequestIndicator

boolean isConnectedLineIdentityRequestIndicator()

setConnectedLineIdentityRequestIndicator

void setConnectedLineIdentityRequestIndicator(boolean connectedLineIdentityRequestIndicator)


Copyright © 2010. All Rights Reserved.