Fix sounds and scripts directory
This commit is contained in:
parent
ecfba00d18
commit
320e3f0eb2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue