HP-UX C SIP Stack Message Layer Reference Guide (February 2008)
Party Header Functions 559
Get and Set Functions
RvSipPartyHeaderSetOtherParams()
RvSipPartyHeaderSetOtherParams()
DESCRIPTION
Sets the other-params parameter in the Party header. Not all the Party header
parameters have separated parameters in the Party 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 RvSipPartyHeaderSetOtherParams(
IN RvSipPartyHeaderHandle hHeader,
IN RvChar* strOtherParams);
PARAMETERS
hHeader
The handle to the Party header
strOtherParams
The other-params string to be set in the Party header. If NULL is supplied, the
existing other-params parameter is removed from the header.
RETURN VALUES
Returns RvStatus.