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