From 320e3f0eb281d9399c284c1b8e4b6a407b08e9b5 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 18 Oct 2022 08:17:22 -0600 Subject: [PATCH] Fix sounds and scripts directory --- freebsd/resources/fusionpbx/config.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freebsd/resources/fusionpbx/config.conf b/freebsd/resources/fusionpbx/config.conf index 6024644..08ea3bc 100644 --- a/freebsd/resources/fusionpbx/config.conf +++ b/freebsd/resources/fusionpbx/config.conf @@ -32,12 +32,12 @@ cache.settings = true #switch settings 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.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 +switch.scripts.dir = /usr/local/share/freeswitch/scripts #switch xml handler xml_handler.fs_path = false