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

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

public interface CallDiversionTreatmentIndicators
extends ISUPParameter

Start time:11:09:03 2009-07-23
Project: mobicents-isup-stack

Author:
Bartosz Baranowski

Field Summary
static int _CD_ALLOWED
          See Q.763 3.72 Call to be diverted indicator : call diversion allowed
static int _CD_NOT_ALLOWED
          See Q.763 3.72 Call to be diverted indicator : call diversion not allowed
static int _NO_INDICATION
          See Q.763 3.72 Call to be diverted indicator : no indication
static int _PARAMETER_CODE
           
 
Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
_PROTOCOL_VERSION
 
Method Summary
 byte[] getCallDivertedIndicators()
           
 int getDiversionIndicator(byte b)
           
 void setCallDivertedIndicators(byte[] callDivertedIndicators)
           
 
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

_NO_INDICATION

static final int _NO_INDICATION
See Q.763 3.72 Call to be diverted indicator : no indication

See Also:
Constant Field Values

_CD_ALLOWED

static final int _CD_ALLOWED
See Q.763 3.72 Call to be diverted indicator : call diversion allowed

See Also:
Constant Field Values

_CD_NOT_ALLOWED

static final int _CD_NOT_ALLOWED
See Q.763 3.72 Call to be diverted indicator : call diversion not allowed

See Also:
Constant Field Values
Method Detail

getCallDivertedIndicators

byte[] getCallDivertedIndicators()

setCallDivertedIndicators

void setCallDivertedIndicators(byte[] callDivertedIndicators)

getDiversionIndicator

int getDiversionIndicator(byte b)


Copyright © 2010. All Rights Reserved.