HP-UX C SIP Stack Message Layer Reference Guide (February 2008)
392 HP C SIP Stack Message Layer Reference Guide
Get and Set Functions
RvSipContentTypeHeaderSetOtherParams()
RvSipContentTypeHeaderSetOtherParams()
DESCRIPTION
Not all the Content-Type header parameters have separated parameters in the
content-type 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 content-type header.
SYNTAX
RvStatus RvSipContentTypeHeaderSetOtherParams(
IN RvSipContentTypeHeaderHandle hHeader,
IN RvChar *otherParams);
PARAMETERS
hHeader
The handle to the header.
otherParams
The other-parameters string to be set in the Content-Type header. If NULL is
supplied, the existing parameters string is removed from the header.
RETURN VALUES
Returns RvStatus.