2022-10-10 16:44:25 +02:00
|
|
|
|
|
|
|
|
#database system settings
|
|
|
|
|
database.0.type = pgsql
|
|
|
|
|
database.0.host = {database_host}
|
|
|
|
|
database.0.port = 5432
|
2022-10-18 06:16:02 +02:00
|
|
|
database.0.sslmode = prefer
|
2022-10-10 16:44:25 +02:00
|
|
|
database.0.name = {database_name}
|
|
|
|
|
database.0.username = {database_username}
|
|
|
|
|
database.0.password = {database_password}
|
|
|
|
|
|
|
|
|
|
#database switch settings
|
2022-10-19 19:03:19 +02:00
|
|
|
database.1.type = sqlite
|
|
|
|
|
database.1.path = /var/lib/freeswitch/db
|
|
|
|
|
database.1.name = core.db
|
2022-10-10 16:44:25 +02:00
|
|
|
|
|
|
|
|
#general settings
|
|
|
|
|
document.root = /usr/local/www/fusionpbx
|
|
|
|
|
project.path =
|
|
|
|
|
temp.dir = /tmp
|
|
|
|
|
php.dir = /usr/local/bin
|
|
|
|
|
php.bin = php
|
|
|
|
|
|
|
|
|
|
#cache settings
|
|
|
|
|
cache.method = file
|
|
|
|
|
cache.location = /var/cache/fusionpbx
|
|
|
|
|
cache.settings = true
|
|
|
|
|
|
|
|
|
|
#switch settings
|
|
|
|
|
switch.conf.dir = /usr/local/etc/freeswitch
|
2022-10-18 16:17:22 +02:00
|
|
|
switch.sounds.dir = /usr/local/share/freeswitch/sounds
|
2022-10-10 16:44:25 +02:00
|
|
|
switch.database.dir = /var/lib/freeswitch/db
|
|
|
|
|
switch.recordings.dir = /var/lib/freeswitch/recordings
|
|
|
|
|
switch.storage.dir = /var/lib/freeswitch/storage
|
|
|
|
|
switch.voicemail.dir = /var/lib/freeswitch/storage/voicemail
|
2022-10-18 16:17:22 +02:00
|
|
|
switch.scripts.dir = /usr/local/share/freeswitch/scripts
|
2022-10-10 16:44:25 +02:00
|
|
|
|
|
|
|
|
#switch xml handler
|
|
|
|
|
xml_handler.fs_path = false
|
|
|
|
|
xml_handler.reg_as_number_alias = false
|
|
|
|
|
xml_handler.number_as_presence_id = true
|
|
|
|
|
|
|
|
|
|
#error reporting hide show all errors except notices and warnings
|
|
|
|
|
error.reporting = 'E_ALL ^ E_NOTICE ^ E_WARNING'
|