multiSwitch – user manual
© TOPEX 2008 42
The dimension of the log file is also established in this file through the parameter
“
max_log_size
”. The dimension is in kilobytes and the default value is 1GB (1000000 KB). Make sure
to put a dimension under 2GB, which represents by default the maximum file size on many Linux
systems.
max_log_size 1000000
7.4.2 Proxy and register parameters
The “sip_pbx.cfg” configuration file contains also parameters related to the SIP operational
modules of the equipment.
The transport parameters are detailed in the table below:
Transport
parameter name
Significance of transport parameters
tcp
Enable or disable TCP protocol (Transmission Control Protocol) for
transport. 0 = disabled, 1 = enabled. The default value is 0
tls
Enable or disable TLS protocol (Transport Layer Security). 0 =
disabled, 1 = enabled. The default value is 0. It is a cryptographic
protocol which provides secure communication through the
multiSwitch
sip_udp_port
Established the port number of the UDP SIP communication. The
default port number is 5060
sip_tcp_port
Established the port number of the TCP SIP communication. The
default port number is 5060
sip_tls_port
Established the port number of the TLS SIP communication. The
default port number is 5061
The registration activation of SIP users is made through the “
register
” parameter. The SIP
users can be registered from several locations like data base, files, memory, etc. The parameter can
take values between 0 and 4. Each significance is detailed below:
Value Significance
0
Not used – default value
1
Postgresql database, fork process for each request;
deprecated
2
Load user settings to memory from text file
3
Postgresql database process poll; deprecated
4
Load user settings to memory from database