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

118 HP C SIP Stack Message Layer Reference Guide
SIP URL: Get and Set Functions
RvSipAddrUrlSetOtherParams()
RvSipAddrUrlSetOtherParams()
DESCRIPTION
Sets the other-params parameter in the address. Not all the address parameters
have separated parameters in the address. 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 RvSipAddrUrlSetOtherParams(
IN RvSipAddressHandle hSipUrl,
IN RvChar* strUrlParams);
PARAMETERS
hSipUrl
The handle to the URL address.
strUrlParams
The extended parameters to be set in the address. If NULL is supplied, the
existing extended parameters are removed from the header.
RETURN VALUES
Returns RvStatus.