Browse Source

Update switch.sh

FusionPBX 8 years ago
parent
commit
65b63122dc
1 changed files with 7 additions and 0 deletions
  1. 7 0
      freebsd/resources/switch.sh

+ 7 - 0
freebsd/resources/switch.sh

@@ -37,3 +37,10 @@ fi
 #restart the service
 service freeswitch restart
 
+#waiting to start
+echo "Allowing time for FreeSWITCH to start";
+for i in `seq 1 8`; do
+	echo $i
+	sleep 1
+done
+