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

Route-Hop Header Functions 671
Control Functions
RvSipRouteHopHeaderParse()
RvSipRouteHopHeaderParse()
DESCRIPTION
Parses a SIP textual Route, Record-Route, Path or Service-Route header. All the
textual parameters are placed inside the object. For example,
“Record-Route: <sip:UserB@there.com;maddr=ss1.wcom.com>”.
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 RvSipRouteHopHeaderParse(
IN RvSipRouteHopHeaderHandle hHeader,
IN RvChar* buffer);
PARAMETERS
hHeader
The handle to the Route-Hop header.
buffer
The buffer containing a textual Route-Hop header.
RETURN VALUES
Returns RvStatus.