SIP server parameters
In the SiwiUpdate tool "Applications config" tab, different options are available:
| Option | Type | Valeur | Description |
| sipServer.restart. listeningIPPort |
int | 5060 | The modem SIP listening port |
| sipServer.restart. transport |
string | udp | The protocol for the SIP connection (Possible values: : udp or tcp) |
| sipServer.restart. localAddress |
string | "" | IP address of the network interface used for the connection. If empty, the eth0 interface will be used. |
| sipServer.restart. pjsipLogLevel |
int | 3 | PJSIP library trace level. |
| sipServer.restart. RTPStartPort |
int | 4000 | First RTP listening port. This port and the port+1 port (RTCP protocol) are mandatory. They must be reacheable (UDP ports) |
| sipServer.restart .allowedUser |
string | alertuser | The only user allowed to register on the SIP server. Must be set in the UA uri. |
| sipServer.restart. needAuthentication |
bool | true | true if an authentication is requested for registration. |
| sipServer.restart. authLogin |
string | alert | Authentication login |
| sipServer.restart. authPwd |
string | changeit | Authentication password |
| sipServer.maxCalls | int | 1 | Number of possible simultaneous calls (1 is the only accepted value) |
| sipServer. maxCallDuration |
int | 0 | Maximum call duration in seconds (0 for no limit) |
| Option | Type | Valeur | Description |
| sipServer.restart. listeningIPPort |
int | 5060 | The modem SIP listening port |
| sipServer.restart. transport |
string | udp | The protocol for the SIP connection (Possible values: : udp or tcp) |
| sipServer.restart. localAddress |
string | "" | IP address of the network interface used for the connection. If empty, the eth0 interface will be used. |
| sipServer.restart. pjsipLogLevel |
int | 3 | PJSIP library trace level. |
| sipServer.restart. RTPStartPort |
int | 4000 | First RTP listening port. This port and the port+1 port (RTCP protocol) are mandatory. They must be reacheable (UDP ports) |
| sipServer.restart .allowedUser |
string | alertuser | The only user allowed to register on the SIP server. Must be set in the UA uri. |
| sipServer.restart. needAuthentication |
bool | true | true if an authentication is requested for registration. |
| sipServer.restart. authLogin |
string | alert | Authentication login |
| sipServer.restart. authPwd |
string | changeit | Authentication password |
| sipServer.maxCalls | int | 1 | Number of possible simultaneous calls (1 is the only accepted value) |
| sipServer. maxCallDuration |
int | 0 | Maximum call duration in seconds (0 for no limit) |
All options whose name contains "restart" need a restart of the application before using new value.