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

Refer-To Header Functions 595
Control Functions
RvSipReferToHeaderParse()
RvSipReferToHeaderParse()
DESCRIPTION
Parses a SIP textual Refer-To header into a Refer-To header. All the textual
parameters are placed inside the object. For example, Refer-
To:<sip:charlie@caller.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 RvSipReferToHeaderParse(
IN RvSipReferToHeaderHandle hHeader,
IN RvChar* buffer);
PARAMETERS
hHeader
A handle to the Refer-To header.
buffer
The buffer containing a textual Refer-To header.
RETURN VALUES
Returns RvStatus.