HP-UX C SIP Stack Message Layer Reference Guide (January 2008)
Authentication Header Functions 219
Get and Set Functions
RvSipAuthenticationHeaderSetOtherParams()
RvSipAuthenticationHeaderSetOtherParams()
DESCRIPTION
Sets the other-params parameter in the Authentication header. Not all the
Authentication header parameters have separated parameters in the
Authentication 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 RvSipAuthenticationHeaderSetOtherParams(
IN RvSipAuthenticationHeaderHandle hHeader,
IN RvChar* pOtherParams);
PARAMETERS
hHeader
The handle to the Authentication header.
pOtherParams
The other-params parameter to be set in the Authentication header. If NULL is
supplied, the existing other-params parameter is removed from the header.
RETURN VALUES
Returns RvStatus.