There is a little trick to see what directories FreeSWITCH is using as paths for the configuration files: /opt/freeswitch/bin/fs_cli -x 'global_getvar'| grep _dir For example, the output can be: base_dir=/usr/local/freeswitch recordings_dir=/usr/local/freeswitch/recordings sounds_dir=/usr/local/freeswitch/sounds conf_dir=/opt/freeswitch/etc/freeswitch/ log_dir=/usr/local/freeswitch/log run_dir=/usr/local/freeswitch/log db_dir=/usr/local/freeswitch/db mod_dir=/usr/local/freeswitch/mod htdocs_dir=/usr/local/freeswitch/htdocs script_dir=/usr/local/freeswitch/scripts temp_dir=/tmp grammar_dir=/usr/local/freeswitch/grammar fonts_dir=/usr/local/freeswitch/fonts images_dir=/usr/local/freeswitch/images certs_dir=/usr/local/freeswitch/certs storage_dir=/usr/local/freeswitch/storage cache_dir=/usr/local/freeswitch/cache data_dir=/usr/local/freeswitch localstate_dir=/usr/local/freeswitch internal_ssl_dir=/usr/local/freeswitch/conf/ssl external_ssl_dir=/usr/loca...