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

Allow Header Functions 149
Control Functions
RvSipAllowHeaderParse()
RvSipAllowHeaderParse()
DESCRIPTION
Parses a SIP textual Allow header into an Allow 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 RvSipAllowHeaderParse(
IN RvSipAllowHeaderHandle hHeader,
IN RvChar* buffer);
PARAMETERS
hHeader
A handle to the Allow header.
buffer
The buffer containing a textual Allow header.
RETURN VALUES
Returns RvStatus.
REMARKS
You must construct an Allow header before using this function.