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

Retry-After Header Functions 645
Control Functions
RvSipRetryAfterHeaderParse()
RvSipRetryAfterHeaderParse()
DESCRIPTION
Parses a SIP textual Expires header into a Retry-After header. All the textual
parameters are placed inside the object. For example, RetryAfter: Thu, 01 Dec
2040 16:00:00 GMT.
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 RvSipRetryAfterHeaderParse(
IN RvSipRetryAfterHeaderHandle hHeader,
IN RvChar* strBuffer);
PARAMETERS
hHeader
A handle to the Retry-After header.
strBuffer
The buffer containing a textual Retry-After header.
RETURN VALUES
Returns RvStatus.