mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 16:09:20 +00:00
Editing tester flexisip.conf
This commit is contained in:
parent
1e2f75c829
commit
53fc3d1d00
1 changed files with 25 additions and 1 deletions
|
|
@ -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=<sip:127.0.0.1:6066;transport=tcp>
|
||||
|
||||
# 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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue