SIP User's Manual 828 Document #: LTRT-83310
Mediant 600 & Mediant 1000
Element
Type
Comman
d Type
Command Value Type Remarks
String
Match == String Returns true if the string element equals to the
value.
!= String Returns true if the string element not equals to
the value.
contains String Returns true if the value is found in the string
element.
!contains String Returns true if the value is not found in the
string element.
> String Performs a character by character compare.
Returns true if the ASCII value of the character
is greater than that in the value
>= String Performs a character by character compare.
Returns true if the ASCII value of the character
is greater than or equal to that in the value
< String Performs a character by character compare.
Returns true if the ASCII value of the character
is less than that in the value
<= String Performs a character by character compare.
Returns true if the ASCII value of the character
is less than or equal to that in the value
Action Modify String Sets the string element to the value.
Add prefix String Adds the value to the beginning of the string
element.
Remove
prefix
String Removes the value from the beginning of the
string element.
Add suffix String Adds the value to the end of the string element.
Remove
suffix
String Removes the value from the end of the string
element.
Boolean
Match == Boolean Returns true if the Boolean element equals to
the value.
Boolean – can be either 0 or 1.
!= Boolean Returns true if the Boolean element not equals
to the value.
Boolean – can be either 0 or 1.
> Boolean Returns true if the Boolean element not equals
to the value.
Boolean – can be either 0 or 1.
< Boolean Returns true if the Boolean element not equals
to the value.
Boolean – can be either 0 or 1.