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

Address Functions 81
Control Functions
RvSipAddrParse()
RvSipAddrParse()
DESCRIPTION
Parses a SIP textual address, such as, “sip:bob@hp.com”, into an address. All
the textual parameters are placed inside the object.
SYNTAX
RvStatus RvSipAddrParse(
INOUT RvSipAddressHandle hSipAddr,
IN RvChar* buffer);
PARAMETERS
hSipAddr
A handle to the address.
buffer
The buffer containing a textual address.
RETURN VALUES
Returns RvStatus.
REMARKS
You must construct an address before using this function.