1.8 TCP参数

The following parameters allows to tweak the TCP behaviour. 1. disable_tcp Global parameter to disable TCP support in the SIP server. Default value is ’no'. Example of usage: disable_tcp=yes 2. tcp_accept_aliases If a message received over a tcp connection has “alias” in its via a new tcp alias port will be created for the connection the message came from (the alias port will be set to the via one). ...

8 min · Eddie Wang

1.9 TLS参数

Most of TLS layer attributes can be configured via TLS module parameters. 1. tls_port_no The port the SIP server listens to for TLS connections. Default value is 5061. Example of usage: tls_port_no=6061 2. tls_max_connections Maximum number of TLS connections (if the number is exceeded no new TLS connections will be accepted). It cannot exceed tcp_max_connections. Default value is 2048. Example of usage: tls_max_connections=4096

1 min · Eddie Wang