HP-UX C SIP Stack Message Layer Reference Guide (February 2008)
Allow-Events Header Functions 167
Control Functions
RvSipAllowEventsHeaderParse()
RvSipAllowEventsHeaderParse()
DESCRIPTION
Parses a SIP textual Allow-Events header into an Allow-Events 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 RvSipAllowEventsHeaderParse(
IN RvSipAllowEventsHeaderHandle hHeader,
IN RvChar* buffer);
PARAMETERS
hHeader
The handle to the Allow-Events header.
buffer
The buffer containing a textual Allow-Events header.
RETURN VALUES
Returns RvStatus.