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

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

public interface ConferenceTreatmentIndicators
extends ISUPParameter

Start time:12:28:40 2009-07-23
Project: mobicents-isup-stack

Author:
Bartosz Baranowski

Field Summary
static int _CAI_ACR
          See Q.763 3.76 Conference acceptance indicator (Note) : accept conference request
static int _CAI_NO_INDICATION
          See Q.763 3.76 Conference acceptance indicator (Note) : no indication
static int _CAI_RCR
          See Q.763 3.76 Conference acceptance indicator (Note) : reject conference request
static int _PARAMETER_CODE
           
 
Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
_PROTOCOL_VERSION
 
Method Summary
 byte[] getConferenceAcceptance()
           
 int getConferenceTreatmentIndicator(byte b)
           
 void setConferenceAcceptance(byte[] conferenceAcceptance)
           
 
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

_CAI_NO_INDICATION

static final int _CAI_NO_INDICATION
See Q.763 3.76 Conference acceptance indicator (Note) : no indication

See Also:
Constant Field Values

_CAI_ACR

static final int _CAI_ACR
See Q.763 3.76 Conference acceptance indicator (Note) : accept conference request

See Also:
Constant Field Values

_CAI_RCR

static final int _CAI_RCR
See Q.763 3.76 Conference acceptance indicator (Note) : reject conference request

See Also:
Constant Field Values
Method Detail

getConferenceAcceptance

byte[] getConferenceAcceptance()

setConferenceAcceptance

void setConferenceAcceptance(byte[] conferenceAcceptance)

getConferenceTreatmentIndicator

int getConferenceTreatmentIndicator(byte b)


Copyright © 2010. All Rights Reserved.