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

Contact Header Functions 335
Get and Set Functions
RvSipContactHeaderSetOtherParams()
RvSipContactHeaderSetOtherParams()
DESCRIPTION
Sets the other-params parameter in the Contact header. Not all the Contact
header parameters have separated parameters in the Contact 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 RvSipContactHeaderSetOtherParams(
IN RvSipContactHeaderHandle hHeader,
IN RvChar* strContactParam);
PARAMETERS
hHeader
The handle to the Contact header.
strContactParam
The extended parameters parameter to be set in the Contact header. If NULL is
supplied, the existing extended parameters parameter is removed from the
header.
RETURN VALUES
Returns RvStatus.