53 lines
1.6 KiB
Plaintext
53 lines
1.6 KiB
Plaintext
|
|
#database system settings
|
|
database.0.type = pgsql
|
|
database.0.host = {database_host}
|
|
database.0.port = 5432
|
|
database.0.sslmode = prefer
|
|
database.0.name = {database_name}
|
|
database.0.username = {database_username}
|
|
database.0.password = {database_password}
|
|
|
|
#database switch settings
|
|
database.1.type = sqlite
|
|
database.1.path = /var/lib/freeswitch/db
|
|
database.1.name = core.db
|
|
|
|
#general settings
|
|
document.root = /var/www/fusionpbx
|
|
project.path =
|
|
temp.dir = /tmp
|
|
php.dir = /usr/bin
|
|
php.bin = php
|
|
|
|
#cache settings
|
|
cache.method = file
|
|
cache.location = /var/cache/fusionpbx
|
|
cache.settings = true
|
|
|
|
#switch settings
|
|
switch.conf.dir = /etc/freeswitch
|
|
switch.sounds.dir = /usr/share/freeswitch/sounds
|
|
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
|
|
switch.scripts.dir = /usr/share/freeswitch/scripts
|
|
|
|
#optional settings
|
|
# If you change switch.event_socket.password here, you MUST change it in /etc/freeswitch/autoload_configs/event_socket.conf.xml
|
|
# Additionally you must update/create an /etc/fs_cli.conf file with at minimum the following lines (uncommented)
|
|
# [default]
|
|
# host => 127.0.0.1
|
|
# port => 8021
|
|
# password => <whatever you set the password below to>
|
|
#switch.event_socket.password = ClueCon
|
|
|
|
#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'
|