org.mobicents.protocols.ss7.isup.message.parameter
public interface CircuitStateIndicator extends ISUPParameter
| Modifier and Type | Field and Description |
|---|---|
static int |
_CPS_CIB
See Q.763 3.14 Call processing state : circuit incoming busy
|
static int |
_CPS_COB
See Q.763 3.14 Call processing state : circuit outgoing busy
|
static int |
_CPS_IDLE
See Q.763 3.14 Call processing state : idle
|
static int |
_HBS_LAR_BLOCKED
See Q.763 3.14 Hardware blocking state (Note: if this does not equal "0"
Call Processing State must be equal to "3") : locally and remotely
blocked
|
static int |
_HBS_LOCALY_BLOCKED
See Q.763 3.14 Hardware blocking state (Note: if this does not equal "0"
Call Processing State must be equal to "3") : locally blocked
|
static int |
_HBS_NO_BLOCKING
See Q.763 3.14 Hardware blocking state (Note: if this does not equal "0"
Call Processing State must be equal to "3") : no blocking (active)
|
static int |
_HBS_REMOTELY_BLOCKED
See Q.763 3.14 Hardware blocking state (Note: if this does not equal "0"
Call Processing State must be equal to "3") : remotely blocked
|
static int |
_MBS_LAR_BLOCKED
See Q.763 3.14 Maintenance blocking state - for call processing state
~"0" : locally and remotely blocked
|
static int |
_MBS_LOCALY_BLOCKED
See Q.763 3.14 Maintenance blocking state - for call processing state
~"0" : localy blocked
|
static int |
_MBS_NO_BLOCKING
See Q.763 3.14 Maintenance blocking state - for call processing state
~"0" : no blocking - active
|
static int |
_MBS_NPS_TRANSIENT
See Q.763 3.14 Maintenance blocking state - for call processing state "0"
: transient
|
static int |
_MBS_NPS_UNEQUIPED
See Q.763 3.14 Maintenance blocking state - for call processing state "0"
: unequipped
|
static int |
_MBS_REMOTELY_BLOCKED
See Q.763 3.14 Maintenance blocking state - for call processing state
~"0" : remotely blocked blocked
|
static int |
_PARAMETER_CODE |
| Modifier and Type | Method and Description |
|---|---|
byte |
createCircuitState(int MBS,
int CPS,
int HBS) |
int |
getCallProcessingState(byte b) |
byte[] |
getCircuitState() |
int |
getHardwareBlockingState(byte b) |
int |
getMaintenanceBlockingState(byte b) |
void |
setCircuitState(byte[] circuitState) |
getCodestatic final int _PARAMETER_CODE
static final int _MBS_NPS_TRANSIENT
static final int _MBS_NPS_UNEQUIPED
static final int _MBS_NO_BLOCKING
static final int _MBS_LOCALY_BLOCKED
static final int _MBS_REMOTELY_BLOCKED
static final int _MBS_LAR_BLOCKED
static final int _CPS_CIB
static final int _CPS_COB
static final int _CPS_IDLE
static final int _HBS_NO_BLOCKING
static final int _HBS_LOCALY_BLOCKED
static final int _HBS_REMOTELY_BLOCKED
static final int _HBS_LAR_BLOCKED
byte[] getCircuitState()
void setCircuitState(byte[] circuitState)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentExceptionbyte createCircuitState(int MBS,
int CPS,
int HBS)
int getCallProcessingState(byte b)
int getHardwareBlockingState(byte b)
int getMaintenanceBlockingState(byte b)
Copyright © 2011. All Rights Reserved.