HP-UX C SIP Stack Message Layer Reference Guide (February 2008)
Message Type Definitions 923
Message API Type Definitions
RvSipUserParam
RvSipUserParam
DESCRIPTION
The enumeration of the user-param parameter of the SIP-URL.
SYNTAX
typedef enum{
RVSIP_USERPARAM_UNDEFINED,
RVSIP_USERPARAM_PHONE,
RVSIP_USERPARAM_IP,
RVSIP_USERPARAM_OTHER
}RvSipUserParam;
PARAMETERS
RVSIP_USERPARAM_UNDEFINED
Undefined user parameter.
RVSIP_USERPARAM_PHONE
Indicates that the SIP URL contains a phone number.
RVSIP_USERPARAM_IP
Indicates that the SIP URL contains either a host name or an IP address.
RVSIP_USERPARAM_OTHER
Not one of the above.