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

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

public interface CallOfferingTreatmentIndicators
extends ISUPParameter

Start time:11:59:38 2009-07-23
Project: mobicents-isup-stack

Author:
Bartosz Baranowski

Field Summary
static int _CTBOI_COA
          See Q.763 3.74 Call to be offered indicator : call offering allowed
static int _CTBOI_CONA
          See Q.763 3.74 Call to be offered indicator : call offering not allowed
static int _CTBOI_NO_INDICATION
          See Q.763 3.74 Call to be offered indicator : no indication
static int _PARAMETER_CODE
           
 
Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
_PROTOCOL_VERSION
 
Method Summary
 int getCallOfferingIndicator(byte b)
           
 byte[] getCallOfferingTreatmentIndicators()
           
 void setCallOfferingTreatmentIndicators(byte[] callOfferingTreatmentIndicators)
           
 
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

_CTBOI_NO_INDICATION

static final int _CTBOI_NO_INDICATION
See Q.763 3.74 Call to be offered indicator : no indication

See Also:
Constant Field Values

_CTBOI_CONA

static final int _CTBOI_CONA
See Q.763 3.74 Call to be offered indicator : call offering not allowed

See Also:
Constant Field Values

_CTBOI_COA

static final int _CTBOI_COA
See Q.763 3.74 Call to be offered indicator : call offering allowed

See Also:
Constant Field Values
Method Detail

getCallOfferingTreatmentIndicators

byte[] getCallOfferingTreatmentIndicators()

setCallOfferingTreatmentIndicators

void setCallOfferingTreatmentIndicators(byte[] callOfferingTreatmentIndicators)

getCallOfferingIndicator

int getCallOfferingIndicator(byte b)


Copyright © 2010. All Rights Reserved.