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

Configuration 403
Configuration Parameters
Each of the entries of localTcpAddresses must be allocated as
well, in order to contain the requested IP address.
localTcpAddress
The local TCP address (IP) to which the SIP Stack listens.
Default Value: 0.0.0.0 (Indicates the local IP address.)
Remarks: Group A parameter
localTcpPort
The local TCP port on which the SIP Stack listens.
Default Value: 5060
Remarks: Group A parameter
TLS C
ONFIGURATION numOfTlsAddresses
The number of TLS addresses on which the application wishes to listen. Setting
this number to 0 means that the application does not want to listen to any TLS
addresses. It is the responsibility of the application to allocate two arrays with
(numOfTlsAddresses) cells that contain addresses and corresponding ports.
Default Value: 0
Remarks: Group A parameter
localTlsAddresses
localTlsPorts
Local TLS addresses on which the SIP Stack will listen. These arrays must be
allocated according to the size given in numOfTlsAddresses. Each of the entries
of localTlsAddresses must be allocated as well, in order to contain the requested
IP address.
Default value: NULL (no TLS addresses or ports)
Remarks: Group A parameter
numOfTlsEngines
The maximum number of TLS engines.
TLS engines are used to give a set of properties to a TLS connection.
Default value: 0
Remarks: Group A parameter