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

Address Functions 127
TEL URI: Get and Set Functions
RvSipAddrTelUriSetIsGlobalPhoneNumber()
RvSipAddrTelUriSetIsGlobalPhoneNumber()
DESCRIPTION
Indicates whether or not this TEL URL address is a global phone number.
SYNTAX
RvStatus RvSipAddrTelUriSetIsGlobalPhoneNumber(
IN RvSipAddressHandle hSipAddr,
IN RvBool bIsGlobalPhoneNumber);
PARAMETERS
hSipAddr
The handle to the TEL URI address.
bIsGlobalPhoneNumber
RV_TRUE indicates that this TEL URI represents a global phone number.
Otherwise, RV_FALSE.
RETURN VALUES
Returns RvStatus.