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

Session-Expires Header Functions 725
Get and Set Functions
RvSipSessionExpiresHeaderSetOtherParams()
RvSipSessionExpiresHeaderSetOtherParams()
DESCRIPTION
Sets the other-params string in the Session-Expires header. The given string is
copied to the Session-Expires header. Not all the Session-Expires header
parameters have separated parameters in the Session-Expires header. Parameters
with no specific parameters are referred to as other-params. They are kept in
the object in one concatenated string in the following form:
name=value;name=value....
SYNTAX
RvStatus RvSipSessionExpiresHeaderSetOtherParams(
IN RvSipSessionExpiresHeaderHandle hHeader,
IN RvChar *otherParams);
PARAMETERS
hHeader
The handle to the header.
otherParams
The other-params string to be set in the Session-Expires header. If NULL is
supplied, the existing parameters string is removed from the header.
RETURN VALUES
Returns RvStatus.