From 1796834d716da9f688ad9bc19617f9315ef7936e Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 30 Aug 2024 17:52:14 -0600 Subject: [PATCH] Update config.conf --- ubuntu/resources/fusionpbx/config.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ubuntu/resources/fusionpbx/config.conf b/ubuntu/resources/fusionpbx/config.conf index d4eb155..9a74598 100644 --- a/ubuntu/resources/fusionpbx/config.conf +++ b/ubuntu/resources/fusionpbx/config.conf @@ -33,13 +33,15 @@ 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 + +#optional settings # 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) # [default] # host => 127.0.0.1 # port => 8021 # password => -switch.event_socket.password = ClueCon +#switch.event_socket.password = ClueCon #switch xml handler xml_handler.fs_path = false