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

682 HP C SIP Stack Message Layer Reference Guide
Get and Set Functions
RvSipRouteHopHeaderSetOtherParams()
RvSipRouteHopHeaderSetOtherParams()
DESCRIPTION
Not all the Route-Hop header parameters have separated parameters in the
Route-Hop 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 function sets the other-
params parameter in the Route-Hop header.
SYNTAX
RvStatus RvSipRouteHopHeaderSetOtherParams(
IN RvSipRouteHopHeaderHandle hHeader,
IN RvChar* strOtherParams);
PARAMETERS
hHeader
The handle to the Route-Hop header.
strOtherParams
The other-params string to be set in the Route-Hop header. If NULL is supplied,
the existing other-params parameter is removed from the header.
RETURN VALUES
Returns RvStatus.