mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix config file
This commit is contained in:
parent
8660efcfad
commit
2508ed05fe
1 changed files with 3 additions and 3 deletions
|
|
@ -46,7 +46,7 @@ transports=sip:* sips:*;tls-certificates-dir=certificates/cn sips:*:5062;tls-cer
|
|||
# An absolute path of a directory where TLS server certificate and
|
||||
# private key can be found, concatenated inside an 'agent.pem' file.
|
||||
# Default value: /etc/flexisip/tls
|
||||
tls-certificates-dir=/etc/flexisip/tls/certificates/cn
|
||||
tls-certificates-dir=./certificates/cn
|
||||
#tls-certificates-dir=/media/sf_workspaces/workspace-macosx/flexisip
|
||||
|
||||
##
|
||||
|
|
@ -137,12 +137,12 @@ datasource=/etc/flexisip/userdb.conf
|
|||
# :domain (the authorization realm) and :authid (the authorization
|
||||
# username). The use of the :id parameter is mandatory.
|
||||
# Default value: select password from accounts where id = :id and domain = :domain and authid=:authid
|
||||
request=select password from accounts where id = :id and domain = :domain and authid=:authid
|
||||
#request=select password from accounts where id = :id and domain = :domain and authid=:authid
|
||||
|
||||
|
||||
# Use pooling in odbc
|
||||
# Default value: true
|
||||
odbc-pooling=true
|
||||
#odbc-pooling=true
|
||||
|
||||
|
||||
# Duration of the validity of the credentials added to the cache
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue