|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserTeleserviceInformation
Start time:14:21:35 2009-07-23
Project: mobicents-isup-stack
| Field Summary | |
|---|---|
static int |
_CODING_STANDARD_DFTN
See Q.931 4.5.17 Coding standard : Standard defined for the network (either public or private) present on the network side of the interface |
static int |
_CODING_STANDARD_ISO_IEC
See Q.931 4.5.17 Coding standard : ISO/IEC standard |
static int |
_CODING_STANDARD_ITU_T
See Q.931 4.5.17 Coding standard : ITU-T standardized coding, |
static int |
_CODING_STANDARD_NATIONAL
See Q.931 4.5.17 Coding standard : National standard |
static int |
_EACI_CSIC_AA_3_1_CALL
See Q.931 4.5.17 Extended High layer characteristics identification : Capability set of initial channel associated with an active 3.1 kHz audio or speech call |
static int |
_EACI_CSIC_H221
See Q.931 4.5.17 Extended High layer characteristics identification : Capability set of initial channel of H.221 |
static int |
_EACI_CSSC_H221
See Q.931 4.5.17 Extended High layer characteristics identification : Capability set of subsequent channel of H.221 |
static int |
_HLCI_AUDIO_VID_HIGH_RANGE
See Q.931 4.5.17 High layer characteristics identification : Reserved for audiovisual service (F.700-series Recommendations [80]) - maximum value in reserved range |
static int |
_HLCI_AUDIO_VID_HIGH_RANGE2
See Q.931 4.5.17 High layer characteristics identification : Reserved for audiovisual service (F.700-series Recommendations [80]) - maximum value in reserved range |
static int |
_HLCI_AUDIO_VID_LOW_RANGE
See Q.931 4.5.17 High layer characteristics identification : Reserved for audiovisual service (F.700-series Recommendations [80]) - minimal value in reserved range |
static int |
_HLCI_AUDIO_VID_LOW_RANGE2
See Q.931 4.5.17 High layer characteristics identification : Reserved for audiovisual service (F.700-series Recommendations [80]) - minimal value in reserved range |
static int |
_HLCI_AUDIOGRAPHIC_CONF
See Q.931 4.5.17 High layer characteristics identification : Audiographic conferencing Recommendations F.702 [94] and F.731 [97] (including at least profile 2a2 and optionally 2a1, 2a3, 2b1, 2b2, and 2bc) (Notes 9 and 10) |
static int |
_HLCI_FG_2_3
See Q.931 4.5.17 High layer characteristics identification : Facsimile Group 2/3 (Recommendation F.182 [68]) |
static int |
_HLCI_FG_4
See Q.931 4.5.17 High layer characteristics identification : Facsimile Group 4 Class I (Recommendation F.184 [69]) |
static int |
_HLCI_FG_4_C_II_III
See Q.931 4.5.17 High layer characteristics identification : Facsimile service Group 4, Classes II ad III (Recommendation F.184) |
static int |
_HLCI_FTAM
See Q.931 4.5.17 High layer characteristics identification : FTAM application (ISO 8571) |
static int |
_HLCI_IVTI
See Q.931 4.5.17 High layer characteristics identification : International Videotex interworking via gateways or interworking units (Recommendation F.300 and T.101 [75]) |
static int |
_HLCI_MAINTAINENCE
See Q.931 4.5.17 High layer characteristics identification : Reserved for maintenance (Note 8) |
static int |
_HLCI_MANAGEMENT
See Q.931 4.5.17 High layer characteristics identification : Reserved for management (Note 8) |
static int |
_HLCI_MHS
See Q.931 4.5.17 High layer characteristics identification : Message Handling Systems (MHS) (X.400-series Recommendation [77]) |
static int |
_HLCI_MMS
See Q.931 4.5.17 High layer characteristics identification : Multimedia services F.700-series Recommendations [80] (Note 9) |
static int |
_HLCI_OSIA
See Q.931 4.5.17 High layer characteristics identification : OSI application (Note 6) (X.200-series Recommendations [78]) |
static int |
_HLCI_SBVT
See Q.931 4.5.17 High layer characteristics identification : Syntax based Videotex (Recommendation F.300 [73] and T.102 [74]) |
static int |
_HLCI_TELEPHONY
See Q.931 4.5.17 High layer characteristics identification : telephony |
static int |
_HLCI_TLS
See Q.931 4.5.17 High layer characteristics identification : Telex service (Recommendation F.60 [76]) |
static int |
_HLCI_VIDEO_CONF
See Q.931 4.5.17 High layer characteristics identification : Videoconferencing Recommendation F.702 [94] and F.731 [97] Profile 1b (Note 9) |
static int |
_HLCI_VIDEOTELEPHONY
See Q.931 4.5.17 High layer characteristics identification : Videotelephony (Recommendations F.720 [91] and F.721 [79]) and F.731 profile 1a) (Note 9) |
static int |
_INTERPRETATION_FHGCI
See Q.931 4.5.17 Interpretation : First (primary or only) high layer characteristics identification (in octet 4) to be used in the call All other values are reserved |
static int |
_PARAMETER_CODE
|
static int |
_PRESENTATION_METHOD_HLPP
See Q.931 4.5.17 Presentation method of protocol profile : High layer protocol profile (without specification of attributes) All other values are reserved. |
| Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent |
|---|
_PROTOCOL_VERSION |
| Method Summary | |
|---|---|
int |
getCodingStandard()
|
int |
getEHighLayerCharIdentification()
|
int |
getEVidedoTelephonyCharIdentification()
|
int |
getHighLayerCharIdentification()
|
int |
getInterpretation()
|
int |
getPresentationMethod()
|
boolean |
isEHighLayerCharIdentificationPresent()
|
boolean |
isEVidedoTelephonyCharIdentificationPresent()
|
void |
setCodingStandard(int codingStandard)
|
void |
setEHighLayerCharIdentification(int highLayerCharIdentification)
|
void |
setEVidedoTelephonyCharIdentification(int eVidedoTelephonyCharIdentification)
|
void |
setHighLayerCharIdentification(int highLayerCharIdentification)
|
void |
setInterpretation(int interpretation)
|
void |
setPresentationMethod(int presentationMethod)
|
| 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 _CODING_STANDARD_ITU_T
static final int _CODING_STANDARD_ISO_IEC
static final int _CODING_STANDARD_NATIONAL
static final int _CODING_STANDARD_DFTN
static final int _INTERPRETATION_FHGCI
static final int _PRESENTATION_METHOD_HLPP
static final int _HLCI_TELEPHONY
static final int _HLCI_FG_2_3
static final int _HLCI_FG_4
static final int _HLCI_FG_4_C_II_III
static final int _HLCI_SBVT
static final int _HLCI_IVTI
static final int _HLCI_TLS
static final int _HLCI_MHS
static final int _HLCI_OSIA
static final int _HLCI_FTAM
static final int _HLCI_MAINTAINENCE
static final int _HLCI_MANAGEMENT
static final int _HLCI_VIDEOTELEPHONY
static final int _HLCI_VIDEO_CONF
static final int _HLCI_AUDIOGRAPHIC_CONF
static final int _HLCI_AUDIO_VID_LOW_RANGE
static final int _HLCI_AUDIO_VID_HIGH_RANGE
static final int _HLCI_MMS
static final int _HLCI_AUDIO_VID_LOW_RANGE2
static final int _HLCI_AUDIO_VID_HIGH_RANGE2
static final int _EACI_CSIC_AA_3_1_CALL
static final int _EACI_CSIC_H221
static final int _EACI_CSSC_H221
| Method Detail |
|---|
int getCodingStandard()
void setCodingStandard(int codingStandard)
int getInterpretation()
void setInterpretation(int interpretation)
int getPresentationMethod()
void setPresentationMethod(int presentationMethod)
int getHighLayerCharIdentification()
void setHighLayerCharIdentification(int highLayerCharIdentification)
int getEHighLayerCharIdentification()
void setEHighLayerCharIdentification(int highLayerCharIdentification)
int getEVidedoTelephonyCharIdentification()
void setEVidedoTelephonyCharIdentification(int eVidedoTelephonyCharIdentification)
boolean isEHighLayerCharIdentificationPresent()
boolean isEVidedoTelephonyCharIdentificationPresent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||