HP-UX C SIP Stack Programmer's Guide (Novembery 2007)
Configuration 401
Configuration Parameters
Remarks:
Group A parameter
If you set the outbound Proxy port to –1, it will be discovered
using the procedures defined in RFC 3263.
C
ONNECTION ORIENTED
CONFIGURATION
tcpEnabled
Indicates whether the TCP is enabled. If set to RV_FALSE, no connection will
be allocated, and the SIP Stack will not support TCP.
Default Value: RV_FALSE
Remarks: Group A parameter
maxConnections
The number of connection sockets to be allocated by the SIP Stack.
Default Value: –1
Remarks:
Group B parameter: maxconnections = (maxTransactions/2) +1
If TCP is disabled, no connection is allocated.
ePersistencyLevel
The persistency level to be used by the SIP Stack objects.
Default value: –1
(RVSIP_TRANSPORT_PERSISTENCY_LEVEL_UNDEFINED—not using
persistent connections).
Remarks: Group A parameter
serverConnectionTimeout
Specifies the time duration a server connection is kept open. By default, the
SIP Stack does not close server connections when the connection has no more
owners. The SIP Stack waits for the remote party to close server connections.
However you can use the serverConnectionTimeout to change the default
behavior of the SIP Stack. If you set serverConnectionTimeout to a value bigger
than 0, the SIP Stack will set a timer for each server connection once it has no
more owners, and close the connection when this timer expires. If you set the
serverConnectionTimeout to 0, each server connection will be closed
immediately after the last owner detaches from it.
Default value: –1—the SIP Stack will not close server connections.