diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/freeswitch/freeswitch_status.tmp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/freeswitch/freeswitch_status.tmp b/config/freeswitch/freeswitch_status.tmp index d64a8980..dbe1c9cb 100644 --- a/config/freeswitch/freeswitch_status.tmp +++ b/config/freeswitch/freeswitch_status.tmp @@ -102,6 +102,8 @@ $savemsg = $_GET["savemsg"]; if (!pkg_is_service_running('freeswitch')) { $handle = popen("/usr/local/etc/rc.d/freeswitch.sh start", "r"); pclose($handle); + //give freeswitch time to load before processing the rest of the page. + sleep(7); } ?> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> |