SIP User's Manual 826 Document #: LTRT-83310
Mediant 600 & Mediant 1000
Element
Type
Comman
d Type
Command Value Type Remarks
!= String
*Header
Returns true if a header not equals to the value.
The header element must not be a list.
contains String Returns true if the header contains the string.
!contains String Returns true if the header does not contain the
string.
exists
Returns true if the header exists.
!exists
Returns true if the header does not exist.
Action Modify String
*Header
Replaces the entire header with the new value.
Remove
Removes the header from the message, if the
header is part of a list only that header will be
removed.
Add String
*Header
Adds a new header to the end of the list.
Parameter
-List
Match == String
Parameter-
list
Returns true if the header’s list equals to the
string.
!= String
Parameter-
list
Returns true if the header’s list not equals to
the string.
contains String Returns true if the header’s list contains the
string.
!contains String Returns true if the header’s list does not
contain the string.
exists
Returns true if at least one parameter exists in
the list.
!exists
Returns true if the header’s parameter list is
empty.
Action Modify String
Parameter-
list
Replaces the current parameters with the new
value.
Add String
Parameter
Adds a new parameter to the parameter’s list.
Remove
Removes all the unknown parameters from the
list.