From 1a14d6a7ec90d54548c01bdb8e0fac7986c50f0b Mon Sep 17 00:00:00 2001 From: mcrane Date: Tue, 11 Aug 2009 03:50:15 -0600 Subject: FreeSWITCH dev package improve the restore procedure on the status page. --- config/freeswitch_dev/v_config.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'config/freeswitch_dev/v_config.inc') diff --git a/config/freeswitch_dev/v_config.inc b/config/freeswitch_dev/v_config.inc index c5553c82..a3573ba9 100644 --- a/config/freeswitch_dev/v_config.inc +++ b/config/freeswitch_dev/v_config.inc @@ -382,6 +382,7 @@ function ListFiles($dir) { } } + function recording_js() { @@ -398,9 +399,9 @@ function recording_js() $tmp .= " //var pin = \"\"; //don't require a pin\n"; $tmp .= " //if you choose not to require a pin then then you may want to add a dialplan condition for a specific caller id\n"; $tmp .= "\n"; - $tmp .= " var digitmaxlength = 0;\n"; - $tmp .= " var timeoutpin = 7500;\n"; - $tmp .= " var timeouttransfer = 7500;\n"; + $tmp .= " var digitmaxlength = 0;\n"; + $tmp .= " var timeoutpin = 7500;\n"; + $tmp .= " var timeouttransfer = 7500;\n"; $tmp .= " var objdate = new Date();\n"; $tmp .= "\n"; $tmp .= " var adjusthours = 0; //Adjust Server time that is set to GMT 7 hours\n"; -- cgit v1.2.3