Update config.conf

This commit is contained in:
FusionPBX 2024-08-30 17:52:14 -06:00 committed by GitHub
parent 294454d618
commit 1796834d71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -33,13 +33,15 @@ 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/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 # 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) # Additionally you must update/create an /etc/fs_cli.conf file with at minimum the following lines (uncommented)
# [default] # [default]
# host => 127.0.0.1 # host => 127.0.0.1
# port => 8021 # port => 8021
# password => <whatever you set the password below to> # password => <whatever you set the password below to>
switch.event_socket.password = ClueCon #switch.event_socket.password = ClueCon
#switch xml handler #switch xml handler
xml_handler.fs_path = false xml_handler.fs_path = false