diff --git a/tester/flexisip/flexisip-generic.conf b/tester/flexisip/flexisip-generic.conf index a25e61166..c1b46e15d 100644 --- a/tester/flexisip/flexisip-generic.conf +++ b/tester/flexisip/flexisip-generic.conf @@ -38,7 +38,7 @@ aliases=localhost sip2.linphone.org sipopen.example.org sip.example.org auth.exa # Default value: sip:* #transports=sip:192.168.56.101:5060 sips:192.168.56.101:5061 -#note: the ip addresses are explicitely specified here because the machine has several interfaces. In a simple case, using '*' instead of the explicit ip address is sufficient, +#note: the ip addresses are explicitely specified here because the machine has several interfaces. In a simple case, using '*' instead of the explicit ip address is sufficient, #and there is no need to specify the ipv6 transport addresses. transports=sip:* sips:*;tls-certificates-dir=certificates/cn sips:*:5062;tls-certificates-dir=certificates/altname sips:*:5063;tls-verify-incoming=1 sip:*:5064 @@ -107,12 +107,12 @@ no-403=user-agent contains 'tester-no-403' # to true. Ex: from.uri.domain contains 'sip.linphone.org', from.uri.domain # in 'a.org b.org c.org', (to.uri.domain in 'a.org b.org c.org') # && (user-agent == 'Linphone v2') -# Default value: -filter= from.uri.domain contains 'sip.example.org' || from.uri.domain contains 'auth.example.org' || from.uri.domain contains 'auth1.example.org' || from.uri.domain contains 'auth2.example.org' || from.uri.domain contains 'anonymous.invalid' +# Default value: +filter= from.uri.domain contains 'sip.example.org' || from.uri.domain contains 'auth.example.org' || from.uri.domain contains 'auth1.example.org' || from.uri.domain contains 'auth2.example.org' || from.uri.domain contains 'anonymous.invalid' # List of whitespace separated domain names to challenge. Others # are denied. -# Default value: +# Default value: auth-domains= sip.example.org auth.example.org auth1.example.org auth2.example.org #regexp for test "TLS authentication - client rejected due to unmatched certificate subject" of Flexisip test suite. @@ -121,7 +121,7 @@ tls-client-certificate-required-subject=galadrielle|sip:sip.example.org # List of whitespace separated IP which will not be challenged. -# Default value: +# Default value: trusted-hosts=127.0.0.1 94.23.19.176 # Database backend implementation [odbc, file]. @@ -133,7 +133,7 @@ db-implementation=file # for a DSN-less connection. ex3: /etc/flexisip/passwd; for a file # containing one 'user@domain password' by line. # Default value: -datasource=/etc/flexisip/userdb.conf +datasource=./flexisip/userdb.conf # Odbc SQL request to execute to obtain the password # . Named parameters are :id (the user found in the from header), @@ -625,4 +625,3 @@ only-list-subscription = !(user-agent contains 'full-presence-support') [presence-server] expires = 600 transports = sip:127.0.0.1:5065;transport=tcp -