HP-UX C SIP Stack Message Layer Reference Guide (February 2008)
512 HP C SIP Stack Message Layer Reference Guide
Get and Set Functions
RvSipMinSEHeaderSetOtherParams()
RvSipMinSEHeaderSetOtherParams()
DESCRIPTION
Sets the other-params string in the Min-SE header. The given string is copied to
the Min-SE header. Not all the Min-SE header parameters have separated
parameters in the Min-SE header. Parameters with no specific parameters are
referred to as “other-params”. They are kept in the object in one concatenated
string in the following form: “name=value;name=value...”.
SYNTAX
RvStatus RvSipMinSEHeaderSetOtherParams(
IN RvSipMinSEHeaderHandle hHeader,
IN RvChar *otherParams);
PARAMETERS
hHeader
The handle to the header.
otherParams
The other-parameters string to be set in the Min-SE header. If NULL is supplied,
the existing parameters string is removed from the header.
RETURN VALUES
Returns RvStatus.