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

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

public interface UserTeleserviceInformation
extends ISUPParameter

Start time:14:21:35 2009-07-23
Project: mobicents-isup-stack

Author:
Bartosz Baranowski

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

_PARAMETER_CODE

static final int _PARAMETER_CODE
See Also:
Constant Field Values

_CODING_STANDARD_ITU_T

static final int _CODING_STANDARD_ITU_T
See Q.931 4.5.17 Coding standard : ITU-T standardized coding,

See Also:
Constant Field Values

_CODING_STANDARD_ISO_IEC

static final int _CODING_STANDARD_ISO_IEC
See Q.931 4.5.17 Coding standard : ISO/IEC standard

See Also:
Constant Field Values

_CODING_STANDARD_NATIONAL

static final int _CODING_STANDARD_NATIONAL
See Q.931 4.5.17 Coding standard : National standard

See Also:
Constant Field Values

_CODING_STANDARD_DFTN

static final 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

See Also:
Constant Field Values

_INTERPRETATION_FHGCI

static final 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

See Also:
Constant Field Values

_PRESENTATION_METHOD_HLPP

static final 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.

See Also:
Constant Field Values

_HLCI_TELEPHONY

static final int _HLCI_TELEPHONY
See Q.931 4.5.17 High layer characteristics identification : telephony

See Also:
Constant Field Values

_HLCI_FG_2_3

static final int _HLCI_FG_2_3
See Q.931 4.5.17 High layer characteristics identification : Facsimile Group 2/3 (Recommendation F.182 [68])

See Also:
Constant Field Values

_HLCI_FG_4

static final int _HLCI_FG_4
See Q.931 4.5.17 High layer characteristics identification : Facsimile Group 4 Class I (Recommendation F.184 [69])

See Also:
Constant Field Values

_HLCI_FG_4_C_II_III

static final 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)

See Also:
Constant Field Values

_HLCI_SBVT

static final int _HLCI_SBVT
See Q.931 4.5.17 High layer characteristics identification : Syntax based Videotex (Recommendation F.300 [73] and T.102 [74])

See Also:
Constant Field Values

_HLCI_IVTI

static final 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])

See Also:
Constant Field Values

_HLCI_TLS

static final int _HLCI_TLS
See Q.931 4.5.17 High layer characteristics identification : Telex service (Recommendation F.60 [76])

See Also:
Constant Field Values

_HLCI_MHS

static final int _HLCI_MHS
See Q.931 4.5.17 High layer characteristics identification : Message Handling Systems (MHS) (X.400-series Recommendation [77])

See Also:
Constant Field Values

_HLCI_OSIA

static final int _HLCI_OSIA
See Q.931 4.5.17 High layer characteristics identification : OSI application (Note 6) (X.200-series Recommendations [78])

See Also:
Constant Field Values

_HLCI_FTAM

static final int _HLCI_FTAM
See Q.931 4.5.17 High layer characteristics identification : FTAM application (ISO 8571)

See Also:
Constant Field Values

_HLCI_MAINTAINENCE

static final int _HLCI_MAINTAINENCE
See Q.931 4.5.17 High layer characteristics identification : Reserved for maintenance (Note 8)

See Also:
Constant Field Values

_HLCI_MANAGEMENT

static final int _HLCI_MANAGEMENT
See Q.931 4.5.17 High layer characteristics identification : Reserved for management (Note 8)

See Also:
Constant Field Values

_HLCI_VIDEOTELEPHONY

static final 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)

See Also:
Constant Field Values

_HLCI_VIDEO_CONF

static final 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)

See Also:
Constant Field Values

_HLCI_AUDIOGRAPHIC_CONF

static final 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)

See Also:
Constant Field Values

_HLCI_AUDIO_VID_LOW_RANGE

static final 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

See Also:
Constant Field Values

_HLCI_AUDIO_VID_HIGH_RANGE

static final 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

See Also:
Constant Field Values

_HLCI_MMS

static final int _HLCI_MMS
See Q.931 4.5.17 High layer characteristics identification : Multimedia services F.700-series Recommendations [80] (Note 9)

See Also:
Constant Field Values

_HLCI_AUDIO_VID_LOW_RANGE2

static final 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

See Also:
Constant Field Values

_HLCI_AUDIO_VID_HIGH_RANGE2

static final 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

See Also:
Constant Field Values

_EACI_CSIC_AA_3_1_CALL

static final 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

See Also:
Constant Field Values

_EACI_CSIC_H221

static final int _EACI_CSIC_H221
See Q.931 4.5.17 Extended High layer characteristics identification : Capability set of initial channel of H.221

See Also:
Constant Field Values

_EACI_CSSC_H221

static final int _EACI_CSSC_H221
See Q.931 4.5.17 Extended High layer characteristics identification : Capability set of subsequent channel of H.221

See Also:
Constant Field Values
Method Detail

getCodingStandard

int getCodingStandard()

setCodingStandard

void setCodingStandard(int codingStandard)

getInterpretation

int getInterpretation()

setInterpretation

void setInterpretation(int interpretation)

getPresentationMethod

int getPresentationMethod()

setPresentationMethod

void setPresentationMethod(int presentationMethod)

getHighLayerCharIdentification

int getHighLayerCharIdentification()

setHighLayerCharIdentification

void setHighLayerCharIdentification(int highLayerCharIdentification)

getEHighLayerCharIdentification

int getEHighLayerCharIdentification()

setEHighLayerCharIdentification

void setEHighLayerCharIdentification(int highLayerCharIdentification)

getEVidedoTelephonyCharIdentification

int getEVidedoTelephonyCharIdentification()

setEVidedoTelephonyCharIdentification

void setEVidedoTelephonyCharIdentification(int eVidedoTelephonyCharIdentification)

isEHighLayerCharIdentificationPresent

boolean isEHighLayerCharIdentificationPresent()

isEVidedoTelephonyCharIdentificationPresent

boolean isEVidedoTelephonyCharIdentificationPresent()


Copyright © 2010. All Rights Reserved.