<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.16.0">
</HEAD>
<BODY>
If you run make checkconfig, you should see something like:<BR>
 make checkconfig<BR>
 --- Checking Asterisk configuration to see if it will support the GUI ---<BR>
* Checking for http.conf: OK<BR>
* Checking for manager.conf: OK<BR>
* Checking if HTTP is enabled: OK<BR>
* Checking if HTTP static support is enabled: OK<BR>
* Checking if manager is enabled: OK<BR>
* Checking if manager over HTTP is enabled: OK<BR>
 --- Everything looks good ---<BR>
 * GUI should be available at http://PBX:8088/gui/static/config/index.html <BR>
<BR>
For me, PBX is the name of my Asterisk server.&nbsp; &quot;gui&quot; is a holdover from one of my early attempts that worked.&nbsp; I added these lines to /etc/asterisk/http.conf:<BR>
prefix = gui<BR>
redirect = / /asterisk/static-http/config/index.html<BR>
uploads = /var/lib/asterisk/uploads/<BR>
backups = /var/lib/asterisk/gui_backups<BR>
moh = /var/lib/asterisk/moh<BR>
<BR>
Make sure the directories exist.<BR>
I hope this helps<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<PRE>
-  
Bob Crandell
Assured Computing, Inc.
<A HREF="http://www.assuredcomp.com/">http://www.assuredcomp.com/</A>
541-868-0331
ComputerBase
<A HREF="http://www.computerbaseusa.com/">http://www.computerbaseusa.com/</A>
541-349-0404
</PRE>
</TD>
</TR>
</TABLE>
<BR>
<BR>
On Thu, 2009-04-02 at 06:45 -0700, Mohammad Rahman wrote:
<BLOCKQUOTE TYPE=CITE>
    <FONT COLOR="#000000">Hi,</FONT><BR>
    <BR>
    <FONT COLOR="#000000">I am using asterisk-1.6.0.5-2.fc10.i386 on fedora, trying to install latest SVN copy of asterisk-gui. All I am getting is 404, page not found. Please help.</FONT><BR>
    <BR>
    <FONT COLOR="#000000">router*CLI&gt; http show status </FONT><BR>
    <FONT COLOR="#000000">HTTP Server Status:</FONT><BR>
    <FONT COLOR="#000000">Prefix: </FONT><BR>
    <FONT COLOR="#000000">Server Enabled and Bound to 0.0.0.0:8088</FONT><BR>
    <BR>
    <FONT COLOR="#000000">Enabled URI's:</FONT><BR>
    <FONT COLOR="#000000">/httpstatus =&gt; Asterisk HTTP General Status</FONT><BR>
    <FONT COLOR="#000000">/phoneprov/... =&gt; Asterisk HTTP Phone Provisioning Tool</FONT><BR>
    <FONT COLOR="#000000">/manager =&gt; HTML Manager Event Interface</FONT><BR>
    <FONT COLOR="#000000">/rawman =&gt; Raw HTTP Manager Event Interface</FONT><BR>
    <FONT COLOR="#000000">/static/... =&gt; Asterisk HTTP Static Delivery</FONT><BR>
    <FONT COLOR="#000000">/mxml =&gt; XML Manager Event Interface</FONT><BR>
    <BR>
    <FONT COLOR="#000000">Enabled Redirects:</FONT><BR>
    <FONT COLOR="#000000">&nbsp; None.</FONT><BR>
    <BR>
    <BR>
    <FONT COLOR="#000000">[root@router asterisk]# netstat -lpdtun | grep 8088</FONT><BR>
    <FONT COLOR="#000000">tcp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 0.0.0.0:8088&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0.0.0.0:*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LISTEN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 14471/asterisk&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT><BR>
    <BR>
    <BR>
    <BR>
    <FONT COLOR="#000000">http.conf</FONT><BR>
    <BR>
    <FONT COLOR="#000000">&nbsp;&nbsp;&nbsp; [general]</FONT><BR>
    <FONT COLOR="#000000">&nbsp;&nbsp;&nbsp; enabled=yes</FONT><BR>
    <FONT COLOR="#000000">&nbsp;&nbsp;&nbsp; bindport=8088</FONT><BR>
    <FONT COLOR="#000000">&nbsp;&nbsp;&nbsp; enablestatic=yes</FONT><BR>
    <BR>
    <BR>
    <FONT COLOR="#000000">manager.conf</FONT><BR>
    <BR>
    <FONT COLOR="#000000">&nbsp;&nbsp;&nbsp; enabled = yes</FONT><BR>
    <FONT COLOR="#000000">&nbsp;&nbsp;&nbsp; webenabled = yes</FONT><BR>
    <FONT COLOR="#000000">&nbsp;&nbsp;&nbsp; port = 5038</FONT><BR>
    <FONT COLOR="#000000">&nbsp;&nbsp;&nbsp; bindaddr = 0.0.0.0</FONT><BR>
    <BR>
    <FONT COLOR="#000000">&nbsp;&nbsp;&nbsp; [admin]</FONT><BR>
    <FONT COLOR="#000000">&nbsp;&nbsp;&nbsp; secret = XXXXX</FONT><BR>
    <FONT COLOR="#000000">&nbsp;&nbsp;&nbsp; read = system,call,log,verbose,command,agent,user,config</FONT><BR>
    <FONT COLOR="#000000">&nbsp;&nbsp;&nbsp; write = system,call,log,verbose,command,agent,user,config</FONT><BR>
    <BR>
    <FONT COLOR="#000000">Tried the following URL (all responses with 404) -</FONT><BR>
    <BR>
    <FONT COLOR="#000000"><A HREF="http://10.0.0.1:8088/asterisk/static/config/index.html">http://10.0.0.1:8088/asterisk/static/config/index.html</A></FONT><BR>
    <FONT COLOR="#000000"><A HREF="http://10.0.0.1:8088//static/config/index.html">http://10.0.0.1:8088//static/config/index.html</A></FONT><BR>
    <BR>
    <FONT COLOR="#000000">From within router -</FONT><BR>
    <FONT COLOR="#000000"><A HREF="http://localhost:8088/asterisk/static/config/index.html">http://localhost:8088/asterisk/static/config/index.html</A></FONT><BR>
    <FONT COLOR="#000000"><A HREF="http://localhost:8088/static/config/index.html">http://localhost:8088/static/config/index.html</A></FONT><BR>
    <BR>
    <FONT COLOR="#000000">The following URL comes with &quot;Access Denied&quot;</FONT><BR>
    <FONT COLOR="#000000"><A HREF="http://10.0.0.1:8088/static">http://10.0.0.1:8088/static</A></FONT><BR>
    <BR>
    <FONT COLOR="#000000">Can anyone please suggest what I am missing? Thanks in Advance.</FONT><BR>
    <BR>
    <FONT COLOR="#000000">Regards,</FONT><BR>
    <BR>
    <FONT COLOR="#000000">RW</FONT><BR>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
<PRE>
<FONT COLOR="#000000">_______________________________________________</FONT>
<FONT COLOR="#000000">--Bandwidth and Colocation Provided by <A HREF="http://www.api-digital.com">http://www.api-digital.com</A>--</FONT>

<FONT COLOR="#000000">asterisk-gui mailing list</FONT>
<FONT COLOR="#000000">To UNSUBSCRIBE or update options visit:</FONT>
<FONT COLOR="#000000">   <A HREF="http://lists.digium.com/mailman/listinfo/asterisk-gui">http://lists.digium.com/mailman/listinfo/asterisk-gui</A></FONT>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>