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

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