HP-UX C SIP Stack Programmer's Guide (Novembery 2007)

Configuration 413
Configuration Parameters
Default Value: RV_TRUE
Remarks: Group A parameter
DNS
maxElementsInSingleDnsList
The maximum number of elements in single DNS List, regardless of the DNS
list type. In total, when there are 3 DNS list types (SRV, Host Name, and IP
address) a single DNS object may contain up to
3*maxElementsInSingleDnsList elements.
Default value: 5
Remarks: Group A parameter
maxDnsBuffLen
The length of buffer used by the SIP Stack to read DNS query results arriving on
TCP.
Default value: 1024
Remarks: Group A parameter
pDnsServers
An array allocated by the application that holds DNS servers that the SIP Stack
will use to resolve names. You must set the size of this array in the
numOfDnsServers configuration parameter. If no DNS servers are listed, the
SIP Stack will use the DNS servers that the operating system is configured to
use when the SIP Stack is initialized. If the port number inside any of the
addresses is set to 0, the port will be converted to the default “well known” DNS
port (53).
Default value: NULL
Remarks: Group A parameter
numOfDnsServers
The number of DNS servers in pDnsServers.
Default value: UNDEFINED
Remarks: Group A parameter