HP-UX C SIP Stack Message Layer Reference Guide (January 2008)

632 HP C SIP Stack Message Layer Reference Guide
Get and Set Functions
RvSipReferredByHeaderSetOtherParams()
RvSipReferredByHeaderSetOtherParams()
DESCRIPTION
Sets the other-params parameter in the Referred-By header. Not all the
Referred-By header parameters have separated parameters in the Referred-By
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...”. This list also includes the signature
parameters.
SYNTAX
RvStatus RvSipReferredByHeaderSetOtherParams(
IN RvSipReferredByHeaderHandle hHeader,
IN RvChar* strOtherParams);
PARAMETERS
hHeader
The handle to the Referred-By header.
strOtherParams
The other-params string to be set in the Referred-By header. If NULL is
supplied, the existing other-params parameter is removed from the header.
RETURN VALUES
Returns RvStatus.