Table 42-27: Enum Protocol Descriptor
Protocol Descriptor Value
DESC_UNDEFINED_PROTOCOL 0 0
DESC_USER_SPECIFIC_PROTOCOL 1
DESC_USER_HIGH_LAYER_PROTOCOL 2
DESC_CCITT_RECOMMENDATION_X244 3
DESC_RESERVED_SYS_MANAGMENT_CONVERGENCE_FUNCTION 4
DESC_IA5_CHARACTERS 5
DESC_CCITT_RECOMMENDATION_V120_RATE_ADAPTION 8
DESC_CCITT_RECOMMENDATION_Q931 9
DESC_QSIG_PATH_REPLACEMENT_PROPOSE 11
42.11 Actions and Types
Table 42-28: Action and Types
Element
Type
Command
Type
Command Value Type Remarks
IPGroup
Match == String Returns true if the parameter equals to the
value.
!= String Returns true if the parameter not equals to the
value.
contains String Returns true if the string given is found in the
parameter value.
!contains String Returns true if the string given is not found in
the parameter value.
Call-
Parameter
Match == String Returns true if the parameter equals to the
value.
!= String Returns true if the parameter not equals to the
value.
contains String Returns true if the string given is found in the
parameter value.
!contains String Returns true if the string given is not found in
the parameter value.
Body
Match == String Returns true if the body’s content equals to the
value.
!= String Returns true if the body’s content not equals to
the value.
contains String Returns true if the string given is found in the
body’s content.