mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Update test flexisip configuration.
This commit is contained in:
parent
ad30df8018
commit
358fd4756f
3 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
flexisip.conf : is the configuration of the flexisip running on sip2.linphone.org. It has lots of IP addresses hardcoded because this machine is running multiple instances on different IP addresses.
|
||||
flexisip-generic.conf : is the same configuration without any IP address hardcoded and relative paths. It can be run on any machine from the "tester" directory of linphone.
|
||||
|
||||
Make sure that any changes performed on one of these two files is also made on the other.
|
||||
|
||||
|
|
|
|||
|
|
@ -115,6 +115,9 @@ filter= from.uri.domain contains 'sip.example.org' || from.uri.domain contains '
|
|||
# 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.
|
||||
tls-client-certificate-required-subject=galadrielle|sip:sip.example.org
|
||||
|
||||
|
||||
|
||||
# List of whitespace separated IP which will not be challenged.
|
||||
|
|
|
|||
|
|
@ -115,6 +115,8 @@ filter= from.uri.domain contains 'sip.example.org' || from.uri.domain contains '
|
|||
# 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.
|
||||
tls-client-certificate-required-subject=galadrielle|sip:sip.example.org
|
||||
|
||||
|
||||
# List of whitespace separated IP which will not be challenged.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue