HP-UX C SIP Stack Message Layer Reference Guide (February 2008)
120 HP C SIP Stack Message Layer Reference Guide
SIP URL: Get and Set Functions
RvSipAddrUrlSetIsSecure()
RvSipAddrUrlSetIsSecure()
DESCRIPTION
Sets the URL address to be secure or not secure. (The URL address is secure if
it set with the “sips:” prefix and not secure if set with the “sip:” prefix.)
SYNTAX
RvStatus RvSipAddrUrlSetIsSecure(
IN RvSipAddressHandle hSipAddr,
IN RvBool bIsSecure);
PARAMETERS
hSipAddr
The handle to the URL address.
bIsSecure
Indicates whether or not the URL is secure.
RETURN VALUES
Returns RvStatus.