[Home]

Summary:ASTERISK-08699: gui install.html no menu , no active button
Reporter:Francois MALARD (fmalard)Labels:
Date Opened:2007-01-31 08:26:46.000-0600Date Closed:2007-01-31 23:25:57.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) Capture-Asterisk_GUI_Setup_Wizard_-_Mozilla_Firefox.png
( 1) zapata.conf
( 2) zapscan.conf
Description:http://127.0.0.1:8088/asterisk/static/config/setup/install.html

no menu , no active button


no error in /var/log/asterisk/messages


svn checkout  http://svn.digium.com/svn/asterisk/trunk asterisk-NEW
-r 53033

svn checkout http://svn.digium.com/svn/asterisk-gui/trunk asterisk-gui-NEW
Revision 307

make clean
./configure
make
make install
make samples

I changed in /etc/asterisk/manager.conf
[general]
enabled = yes
webenabled = yes

(admin]
secret = 123456
read = system,call,log,verbose,command,agent,user,config
write = system,call,log,verbose,command,agent,user,config

in  /etc/asterisk/http.conf
 enabled=yes
 enablestatic=yes

****** ADDITIONAL INFORMATION ******

!--
* Asterisk -- An open source telephony toolkit.
*
* Initial login screen
*
* Copyright (C) 1999 - 2006, Digium, Inc.
*
* Mark Spencer <markster@digium.com>
*
* See http://www.asterisk.org for more information about
* the Asterisk project. Please do not directly contact
* any of the maintainers of this project for assistance;
* the project provides a web site, mailing lists and IRC
* channels for your use.
*
* This program is free software, distributed under the terms of
* the GNU General Public License Version 2. See the LICENSE file
* at the top of the source tree.
*
-->
<HTML>
<HEAD>
<TITLE> Asterisk GUI Setup Wizard</TITLE>
<link rel="shortcut icon" href="../images/favicon.ico" />
<link href="setup.css" media="all" rel="Stylesheet" type="text/css" />
</HEAD>
<script src="../scripts/prototype.js"></script>
<script src="../scripts/astman.js"></script>
<script>
var rawman_url = "../../../rawman";
var asterisk_guitools = "asterisk_guitools";
var fxoports = new Array();
var fxsports = new Array();
var numberofsteps = 7;
var loggedon = 0;
var eventeater = {};
var localextenlength;

function localinit(){

}

eventeater.eventcb = function(msgs) {
if (loggedon == 1){
astmanEngine.pollEvents();
}
}

astmanEngine.setURL('../../rawman');
astmanEngine.setEventCallback(eventeater.eventcb);
</script>
<body onload="localinit()" topmargin=0  bgcolor="FFFFFF">

<TABLE width=800 cellpadding=0 cellspacing=0 border=0 align="center" style="border: 1px solid #660000; margin-top: 8px;">
<TR><TD height=70 bgcolor="#EFEFEF" align="center">
<TABLE cellpadding=0 cellspacing=0 border=0 width=780 align="center" >
<TR><TD><IMG src="digiumlogo.gif" border=0></TD>
   <TD><FONT SIZE="+1" COLOR="#666666">Welcome to Asterisk GUI setup wizard</FONT></TD>
</TR>
</TABLE>
    </TD>
</TR>

<TR><TD height=400><iframe width=785 height=396 frameborder="0" border="0" marginheight="0" marginwidth="0" src="1.html" id="mainscreen" SCROLLING=no></iframe></TD>
</TR>
<TR><TD height=50 bgcolor="#DBDBDB"  align="right" valign="middle">
<TABLE cellpadding=0 cellspacing=0 width="130" border=0 align="right">
<TR> <TD><input type="button" id="back" value="Back"></TD>
<TD align=right><input type="button" id="next" value="Next">&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>

      </TD>
</TR>
</TABLE>
<div id="copyright">Copyright &copy;2006-2007 Digium, Inc.  Digium&reg; and Asterisk&reg; are registered http://www.digium.com/trademarks</i></div>
</body>

</html>
Comments:By: Pari Nannapaneni (pari) 2007-01-31 13:27:30.000-0600

Can you find any file by name 'zapscan.conf' in /etc/asterisk/ ?

By: Pari Nannapaneni (pari) 2007-01-31 23:25:57.000-0600

commit 311 should solve this problem.
Please try and re-open the issue if you still find the problem.

Thanks
-pari