
[sip]
# Request no port to be bound.
# By default, liblinphone binds on port 5060. This is a problem as multiple bindings for UDP is allowed and liblinphone_tester suite usually runs on parallel
# which cause port conflicts that are undetected.
sip_port=-2
sip_tcp_port=-2
sip_tls_port=-2

[storage]
#this will explicitely request to not use database. We need this for a few tests where multiple cores are instanciated, so that they don't 
#try to connect to the same default sqlite3 database.
uri=null
call_logs_db_uri=null
zrtp_secrets_db_uri=null

[tester]
test_env=1
