diff --git a/tester/flexisip/flexisip-generic.conf b/tester/flexisip/flexisip-generic.conf index 52a6423ff..2795738cd 100644 --- a/tester/flexisip/flexisip-generic.conf +++ b/tester/flexisip/flexisip-generic.conf @@ -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