HP-UX C SIP Stack Message Layer Reference Guide (January 2008)
Refer-To Header Functions 607
Get and Set Functions
RvSipReferToHeaderSetOtherParams()
RvSipReferToHeaderSetOtherParams()
DESCRIPTION
Sets the other-params parameter in the Refer-To header. The generic parameters
of the Refer-To header 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 RvSipReferToHeaderSetOtherParams(
IN RvSipReferToHeaderHandle hHeader,
IN RvChar* strOtherParams);
PARAMETERS
hHeader
The handle to the Refer-To header.
strOtherParams
The other-params string to be set in the Refer-To header. If NULL is supplied,
the existing other-params parameter is removed from the header.
RETURN VALUES
Returns RvStatus.