|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BackwardCallIndicators
Start time:11:00:19 2009-07-23
Project: mobicents-isup-stack
| Field Summary | |
|---|---|
static int |
_CHARGE_INDICATOR_CHARGE
See q.763 3.5 Charge indicator charge |
static int |
_CHARGE_INDICATOR_NOCHARGE
See q.763 3.5 Charge indicator no charge |
static int |
_CHARGE_INDICATOR_NOINDICATION
See q.763 3.5 Charge indicator no indication |
static int |
_CPCI_NOINDICATION
See q.763 3.5 Called party's category indicator |
static int |
_CPCI_ORDINARYSUBSCRIBER
See q.763 3.5 Called party's category indicator |
static int |
_CPCI_PAYPHONE
See q.763 3.5 Called party's category indicator |
static int |
_CPSI_CONNECT_WHEN_FREE
See q.763 3.5 Called party's status indicator connect when free (national use) |
static int |
_CPSI_NO_INDICATION
See q.763 3.5 Called party's status indicator no indication |
static int |
_CPSI_SUBSCRIBER_FREE
See q.763 3.5 Called party's status indicator subscriber free |
static boolean |
_ECDI_IECD_INCLUDED
See q.763 3.5 Echo control device indicator incoming echo control device included |
static boolean |
_ECDI_IECD_NOT_INCLUDED
See q.763 3.5 Echo control device indicator incoming echo control device not included |
static boolean |
_ETEII_IA
See q.763 3.5 End-to-end information indicator (national use) (Note 2) end-to-end information available |
static boolean |
_ETEII_NO_IA
See q.763 3.5 End-to-end information indicator (national use) (Note 2) no end-to-end information available |
static int |
_ETEMI_NOMETHODAVAILABLE
See q.763 3.5 End-to-end method indicator (Note 2) |
static int |
_ETEMI_PASSALONG
See q.763 3.5 End-to-end method indicator (Note 2) |
static int |
_ETEMI_SCCP
See q.763 3.5 End-to-end method indicator (Note 2) |
static int |
_ETEMI_SCCP_AND_PASSALONG
See q.763 3.5 End-to-end method indicator (Note 2) |
static boolean |
_HI_NOT_REQUESTED
See q.763 3.5 Holding indicator (national use) |
static boolean |
_HI_REQUESTED
See q.763 3.5 Holding indicator (national use) |
static boolean |
_II_IE
See q.763 3.5 Interworking indicator (Note 2) interworking encountered |
static boolean |
_II_NO_IE
See q.763 3.5 Interworking indicator (Note 2) no interworking encountered (Signalling System No. 7 all the way) |
static boolean |
_ISDN_AI_TA_ISDN
See q.763 3.5 ISDN access indicator terminating access ISDN |
static boolean |
_ISDN_AI_TA_NOT_ISDN
See q.763 3.5 ISDN access indicator terminating access non-ISDN |
static boolean |
_ISDN_UPI_NOT_UATW
See q.763 3.5 ISDN user part indicator (Note 2) ISDN user part not used all the way |
static boolean |
_ISDN_UPI_UATW
See q.763 3.5 ISDN user part indicator (Note 2) ISDN user part used all the way |
static int |
_PARAMETER_CODE
|
static int |
_SCCP_MI_CONNECTION_ORIENTED
See q.763 3.5 SCCP method indicator (Note 2) connection oriented method available |
static int |
_SCCP_MI_CONNECTIONLESS
See q.763 3.5 SCCP method indicator (Note 2) connectionless method available (national use) |
static int |
_SCCP_MI_CONNLESS_AND_CONN_ORIENTED
See q.763 3.5 SCCP method indicator (Note 2) connectionless and connection oriented methods available (national use) |
static int |
_SCCP_MI_NO_INDICATION
See q.763 3.5 SCCP method indicator (Note 2) no indication |
| Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent |
|---|
_PROTOCOL_VERSION |
| 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 |
|---|
static final int _PARAMETER_CODE
static final int _CHARGE_INDICATOR_NOINDICATION
static final int _CHARGE_INDICATOR_NOCHARGE
static final int _CHARGE_INDICATOR_CHARGE
static final int _CPSI_NO_INDICATION
static final int _CPSI_SUBSCRIBER_FREE
static final int _CPSI_CONNECT_WHEN_FREE
static final int _CPCI_NOINDICATION
static final int _CPCI_ORDINARYSUBSCRIBER
static final int _CPCI_PAYPHONE
static final int _ETEMI_NOMETHODAVAILABLE
static final int _ETEMI_PASSALONG
static final int _ETEMI_SCCP
static final int _ETEMI_SCCP_AND_PASSALONG
static final boolean _II_NO_IE
static final boolean _II_IE
static final boolean _ETEII_NO_IA
static final boolean _ETEII_IA
static final boolean _ISDN_UPI_NOT_UATW
static final boolean _ISDN_UPI_UATW
static final boolean _ISDN_AI_TA_NOT_ISDN
static final boolean _ISDN_AI_TA_ISDN
static final boolean _ECDI_IECD_NOT_INCLUDED
static final boolean _ECDI_IECD_INCLUDED
static final boolean _HI_NOT_REQUESTED
static final boolean _HI_REQUESTED
static final int _SCCP_MI_NO_INDICATION
static final int _SCCP_MI_CONNECTIONLESS
static final int _SCCP_MI_CONNECTION_ORIENTED
static final int _SCCP_MI_CONNLESS_AND_CONN_ORIENTED
| Method Detail |
|---|
int getChargeIndicator()
void setChargeIndicator(int chargeIndicator)
int getCalledPartysStatusIndicator()
void setCalledPartysStatusIndicator(int calledPartysStatusIndicator)
int getCalledPartysCategoryIndicator()
void setCalledPartysCategoryIndicator(int calledPartysCategoryIndicator)
int getEndToEndMethodIndicator()
void setEndToEndMethodIndicator(int endToEndMethodIndicator)
boolean isInterworkingIndicator()
void setInterworkingIndicator(boolean interworkingIndicator)
boolean isEndToEndInformationIndicator()
void setEndToEndInformationIndicator(boolean endToEndInformationIndicator)
boolean isIsdnUserPartIndicator()
void setIsdnUserPartIndicator(boolean isdnUserPartIndicator)
boolean isIsdnAccessIndicator()
void setIsdnAccessIndicator(boolean isdnAccessIndicator)
boolean isEchoControlDeviceIndicator()
void setEchoControlDeviceIndicator(boolean echoControlDeviceIndicator)
boolean isHoldingIndicator()
void setHoldingIndicator(boolean holdingIndicator)
int getSccpMethodIndicator()
void setSccpMethodIndicator(int sccpMethodIndicator)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||