Uncomment service freeswitch restart

This commit is contained in:
FusionPBX
2020-11-16 19:39:10 -07:00
committed by GitHub
parent ea70a6313c
commit ff1ad43d0f

View File

@@ -103,6 +103,7 @@ if [ .$nginx_enabled = .'true' ]; then
#reset the current working directory
cd $cwd
fi
if [ .$switch_enabled = .'true' ]; then
@@ -126,13 +127,14 @@ if [ .$switch_enabled = .'true' ]; then
sed -i' ' -e s:"{v_user}:$xml_cdr_username:" $conf_dir/autoload_configs/xml_cdr.conf.xml
sed -i' ' -e s:"{v_pass}:$xml_cdr_password:" $conf_dir/autoload_configs/xml_cdr.conf.xml
#stop freeswitch
#service freeswitch restart
#restart freeswitch
service freeswitch restart
#install monit.sh
if [ .$monit_enabled = .'true' ]; then
. ./monit.sh
fi
fi
#welcome message