HP-UX C SIP Stack Message Layer Reference Guide (February 2008)
Authorization Header Functions 265
Control Functions
RvSipAuthorizationHeaderParse()
RvSipAuthorizationHeaderParse()
DESCRIPTION
Parses a SIP textual Authorization header into an Authorization header. All the
textual parameters are placed inside the object.
Note Before performing the parse operation, the SIP Stack resets all the header
parameters. Therefore, if the parse function fails, you will not be able to get the
previous header parameter values.
SYNTAX
RvStatus RvSipAuthorizationHeaderParse(
IN RvSipAuthorizationHeaderHandle hHeader,
IN RvChar* buffer);
PARAMETERS
hHeader
The handle to the Authorization header.
buffer
The buffer containing a textual Authorization header.
RETURN VALUES
Returns RvStatus.
REMARKS
You must construct an Authorization header before using this function.