bkruse: trunk r1079 - /trunk/config/setup/1.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Thu Jun 14 22:37:57 CDT 2007
Author: bkruse
Date: Thu Jun 14 22:37:56 2007
New Revision: 1079
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1079
Log:
Please, someone tell be if im wrong...but if they go through the setup, shouldnt hasbeensetup be set to yes instead of no? This could be the reason for all the 'redirecting to setup page randomly' requests we have been hearing. Well, if it is, its fixed :D
Modified:
trunk/config/setup/1.html
Modified: trunk/config/setup/1.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/setup/1.html?view=diff&rev=1079&r1=1078&r2=1079
==============================================================================
--- trunk/config/setup/1.html (original)
+++ trunk/config/setup/1.html Thu Jun 14 22:37:56 2007
@@ -144,7 +144,7 @@
"Action-000011=append&Cat-000011=" + asterisk_guitools + "&Var-000011=exten&Value-000011=" +
encodeURI( 'play_file,n,Hangup' ) + "&" +
- "Action-000012=append&Cat-000012=" + asterisk_guitools + "&Var-000012=hasbeensetup&Value-000012=" + 'N';
+ "Action-000012=append&Cat-000012=" + asterisk_guitools + "&Var-000012=hasbeensetup&Value-000012=" + 'Y';
var tmp = new Ajax.Request(rawman_url, opt);
}
More information about the asterisk-gui-commits
mailing list