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

Configuration 399
Configuration Parameters
processingQueueSize
The maximum length of the processing queue. The processing queue holds
events such as network events. If the SIP Stack is running on a single thread, this
thread will pop and process events from the queue. If the SIP Stack is running in
multithreaded mode, the processing threads will process the events.
Default value: –1
Remarks: Group B parameter. processingQueueSize = maxCallLegs +
maxTransactions + maxRegClients + maxSubscriptions + maxConnections +
10.
bIgnoreLocalAddresses
By default, the SIP Stack is initialized with one UDP and one TCP local address,
and the application can configure extra local addresses of any transport type.
When this parameter is set to RV_TRUE, all local address information from the
configuration is ignored and the SIP Stack is constructed with no local addresses
and listening sockets. The application can then use the DLA functionality to add
local addresses with listening sockets.
Default value: RV_FALSE
Remarks: Group A parameter
UDP C
ONFIGURATION localUdpAddress
The local UDP IP of the SIP Stack.
Default Value: 0.0.0.0 (Indicates the local IP address.)
Remarks: Group A parameter
localUdpPort
The local UDP port on which the SIP Stack listens.
Default Value: 5060
Remarks: Group A parameter
numOfExtraUdpAddresses
The size of the localUdpAddresses and localUdpPorts arrays. Applications that
wish to listen to more than one UDP address must allocate the
localUdpAddresses and the localUdpPort arrays and set the extra addresses in
them. The numOfExtraUdpAddresses parameter indicates the size of each array.
Default value: 0 (no extra addresses)