HP-UX C SIP Stack Programmer's Guide (Novembery 2007)
414 HP-UX C SIP Stack Programmer’s Guide
Configuration Parameters
pDnsDomains
A list of domains for the DNS search. The SIP Stack provides Domain Suffix
Search Order capability. The Domain Suffix Search Order specifies the DNS
domain suffixes to be appended to the host names during name resolution. When
attempting to resolve a fully qualified domain name (FQDN) from a host that
includes a name only, the system will first append the local domain name to the
host name and will query the DNS servers. If this is not successful, the system
will use the Domain Suffix list to create additional FQDNs in the order listed
and will query DNS servers for each.
If you do not supply a domain list, the domain list will be set according to the
computer configuration. The domain list is given as an array of string pointers.
You must set the size of the list in the numOfDnsDomains configuration
parameter.
Default value: NULL—the domain will be taken from the operating system.
Remarks: Group A parameter
numOfDnsDomains
The size of the array given in pDnsDomains.
Default value: UNDEFINED
Remarks: Group A parameter
maxDnsDomains
The maximal number of DNS domains that the application will use
concurrently. The application can change the list of DNS servers at runtime. It
must specify the maximum number of DNS domain it is expected to use in the
maxDnsDomains parameter.
Default value: UNDEFINED
Remarks: Group A parameter
maxDnsServers
The maximal number of DNS servers that the application will use concurrently.
The application can change the list of DNS servers on runtime. It must specify
the maximum number of DNS servers it is expected to use in the
maxDnsServers parameter.
Default value: UNDEFINED
Remarks: Group A parameter