pari: branch 2.0 r4468 - /branches/2.0/config/update_phonefirmware.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Fri Jan 23 14:28:07 CST 2009


Author: pari
Date: Fri Jan 23 14:28:07 2009
New Revision: 4468

URL: http://svn.digium.com/svn-view/asterisk-gui?view=rev&rev=4468
Log:

change alert message according to the recent changes in update_phoneprov script



Modified:
    branches/2.0/config/update_phonefirmware.html

Modified: branches/2.0/config/update_phonefirmware.html
URL: http://svn.digium.com/svn-view/asterisk-gui/branches/2.0/config/update_phonefirmware.html?view=diff&rev=4468&r1=4467&r2=4468
==============================================================================
--- branches/2.0/config/update_phonefirmware.html (original)
+++ branches/2.0/config/update_phonefirmware.html Fri Jan 23 14:28:07 2009
@@ -27,7 +27,10 @@
 		//var tmp = ASTGUI.loadHTML('./sysinfo_output.html');
 		if( tmp.contains('**Completed**') ){
 			try{
-				alert('Finished updating firmware !');
+				var ta = 'Finished downloading firmware !' +
+					'\n Please reboot the appliance for the new firmware to be effective.' +
+					'\n Note: The reboot process might take 4 to 8 minutes. '
+				alert(ta);
 				return;
 			}finally{
 				parent.ASTGUI.dialog.hide();




More information about the asterisk-gui-commits mailing list