Fix sounds and scripts directory

This commit is contained in:
FusionPBX 2022-10-18 08:17:22 -06:00 committed by GitHub
parent ecfba00d18
commit 320e3f0eb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -32,12 +32,12 @@ cache.settings = true
#switch settings #switch settings
switch.conf.dir = /usr/local/etc/freeswitch switch.conf.dir = /usr/local/etc/freeswitch
switch.sounds.dir = /usr/share/freeswitch/sounds switch.sounds.dir = /usr/local/share/freeswitch/sounds
switch.database.dir = /var/lib/freeswitch/db switch.database.dir = /var/lib/freeswitch/db
switch.recordings.dir = /var/lib/freeswitch/recordings switch.recordings.dir = /var/lib/freeswitch/recordings
switch.storage.dir = /var/lib/freeswitch/storage switch.storage.dir = /var/lib/freeswitch/storage
switch.voicemail.dir = /var/lib/freeswitch/storage/voicemail switch.voicemail.dir = /var/lib/freeswitch/storage/voicemail
switch.scripts.dir = /usr/share/freeswitch/scripts switch.scripts.dir = /usr/local/share/freeswitch/scripts
#switch xml handler #switch xml handler
xml_handler.fs_path = false xml_handler.fs_path = false