Paramètres du serveur SIP
Différentes options sont disponibles (dans l'onglet "Applications config" de SiwiUpdate) :
| 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) |
Les options dont le nom contient la valeur "restart" nécessitent un redémarrage de l'application pour que l'option soit prise en compte.