diff --git a/tester/flexisip/flexisip.conf b/tester/flexisip/flexisip.conf index 0f33b15b0..78f4cba57 100644 --- a/tester/flexisip/flexisip.conf +++ b/tester/flexisip/flexisip.conf @@ -18,7 +18,7 @@ auto-respawn=true # List of white space separated host names pointing to this machine. # This is to prevent loops while routing SIP messages. # Default value: localhost -aliases=localhost sip2.linphone.org sipopen.example.org sip.example.org auth.example.org auth1.example.org auth2.example.org client.example.org sipv4.example.org sipv4-nat64.example.org +aliases=localhost sip2.linphone.org sipopen.example.org sip.example.org auth.example.org auth1.example.org auth2.example.org client.example.org sipv4.example.org sipv4-nat64.example.org conf.example.org # List of white space separated SIP uris where the proxy must listen.Wildcard # (*) can be used to mean 'all local ip addresses'. If 'transport' @@ -623,3 +623,27 @@ only-list-subscription = !(user-agent contains 'full-presence-support') expires = 600 transports = sip:127.0.0.1:5065;transport=tcp +# +# Flexisip conference server parameters. +# +[conference-server] + +# Enable conference server +# Default value: true +enabled=true + +# uri where the conference server must listen. +# Default value: sip:127.0.0.1:6064 +transport= + +# uri where the client must ask to create a conference. +# Default value: sip:conference-factory@sip1.linphone.org +conference-factory-uri=sip:conference-factory@conf.example.org + + +# Default value: sip:127.0.0.1:5060;transport=tcp +outbound-proxy=sip:127.0.0.1:5060;transport=tcp + +database-backend=mysql + +database-connection-string=db='flexisip_conference_sip_test' user='flexisip_user' password='cotcot' host='127.0.0.1' port='3307'