HP-UX C SIP Stack Message Layer Reference Guide (January 2008)
Address Functions 141
TEL URI: Get and Set Functions
RvSipAddrTelUriSetOtherParams()
RvSipAddrTelUriSetOtherParams()
DESCRIPTION
Sets the other-params parameter in the TEL URI 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 form: “name=value;name=value...”.
SYNTAX
RvStatus RvSipAddrTelUriSetOtherParams(
IN RvSipAddressHandle hSipAddr,
IN RvChar* strOtherParams);
PARAMETERS
hSipAddr
The handle to the TEL URI address.
strOtherParams
The other-params string to be set in the object. If NULL is supplied, the existing
other-params are removed from the address.
RETURN VALUES
Returns RvStatus.