rbrindley: branch 2.0 r4866 - /branches/2.0/config/js/index.js

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Mon Jun 15 08:50:19 CDT 2009


Author: rbrindley
Date: Mon Jun 15 08:50:16 2009
New Revision: 4866

URL: http://svn.asterisk.org/svn-view/asterisk-gui?view=rev&rev=4866
Log:

- increased the timeout for rebooting a pbx


Modified:
    branches/2.0/config/js/index.js

Modified: branches/2.0/config/js/index.js
URL: http://svn.asterisk.org/svn-view/asterisk-gui/branches/2.0/config/js/index.js?view=diff&rev=4866&r1=4865&r2=4866
==============================================================================
--- branches/2.0/config/js/index.js (original)
+++ branches/2.0/config/js/index.js Mon Jun 15 08:50:16 2009
@@ -836,7 +836,7 @@
 		if( fr == 'yes') {
 			count_down(480);
 		}else{
-			count_down(60);
+			count_down(120);
 		}
 	},
 




More information about the asterisk-gui-commits mailing list