HP-UX C SIP Stack Message Layer Reference Guide (February 2008)
RAck Header Functions 575
Control Functions
RvSipRAckHeaderParse()
RvSipRAckHeaderParse()
DESCRIPTION
Parses a SIP textual RAck header, such as “RAck:787 1 INVITE”, into a RAck
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 RvSipRAckHeaderParse(
IN RvSipRAckHeaderHandle hHeader,
IN RvChar* buffer);
PARAMETERS
hHeader
A handle to the RAck header.
buffer
The buffer containing a textual RAck header.
RETURN VALUES
Returns RvStatus.