forked from norman/fusionpbx-install.sh-github-mirror
Fix sounds and scripts directory
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user