HP-UX C SIP Stack Message Layer Reference Guide (January 2008)
524 HP C SIP Stack Message Layer Reference Guide
Control Functions
RvSipOtherHeaderParse()
RvSipOtherHeaderParse()
DESCRIPTION
Parses a SIP textual Other header into a Other header. All the textual parameters
are placed inside the object. For example, “Content–Disposition: session”.
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 RvSipOtherHeaderParse(
INOUT RvSipOtherHeaderHandle hHeader,
IN RvChar* buffer);
PARAMETERS
hHeader
A handle to the Other header.
buffer
The buffer containing a textual Other header.
RETURN VALUES
Returns RvStatus.
REMARKS
You must construct a Other header before using this function.