If you run make checkconfig, you should see something like: make checkconfig --- Checking Asterisk configuration to see if it will support the GUI --- * Checking for http.conf: OK * Checking for manager.conf: OK * Checking if HTTP is enabled: OK * Checking if HTTP static support is enabled: OK * Checking if manager is enabled: OK * Checking if manager over HTTP is enabled: OK --- Everything looks good --- * GUI should be available at http://PBX:8088/gui/static/config/index.html
For me, PBX is the name of my Asterisk server. "gui" is a holdover from one of my early attempts that worked. I added these lines to /etc/asterisk/http.conf: prefix = gui redirect = / /asterisk/static-http/config/index.html uploads = /var/lib/asterisk/uploads/ backups = /var/lib/asterisk/gui_backups moh = /var/lib/asterisk/moh Make sure the directories exist. I hope this helps - Bob Crandell Assured Computing, Inc. http://www.assuredcomp.com/ 541-868-0331 ComputerBase http://www.computerbaseusa.com/ 541-349-0404 On Thu, 2009-04-02 at 06:45 -0700, Mohammad Rahman wrote: > Hi, > > 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. > > router*CLI> http show status > HTTP Server Status: > Prefix: > Server Enabled and Bound to 0.0.0.0:8088 > > Enabled URI's: > /httpstatus => Asterisk HTTP General Status > /phoneprov/... => Asterisk HTTP Phone Provisioning Tool > /manager => HTML Manager Event Interface > /rawman => Raw HTTP Manager Event Interface > /static/... => Asterisk HTTP Static Delivery > /mxml => XML Manager Event Interface > > Enabled Redirects: > None. > > > [r...@router asterisk]# netstat -lpdtun | grep 8088 > tcp 0 0 0.0.0.0:8088 0.0.0.0:* > LISTEN 14471/asterisk > > > > http.conf > > [general] > enabled=yes > bindport=8088 > enablestatic=yes > > > manager.conf > > enabled = yes > webenabled = yes > port = 5038 > bindaddr = 0.0.0.0 > > [admin] > secret = XXXXX > read = system,call,log,verbose,command,agent,user,config > write = system,call,log,verbose,command,agent,user,config > > Tried the following URL (all responses with 404) - > > http://10.0.0.1:8088/asterisk/static/config/index.html > http://10.0.0.1:8088//static/config/index.html > > From within router - > http://localhost:8088/asterisk/static/config/index.html > http://localhost:8088/static/config/index.html > > The following URL comes with "Access Denied" > http://10.0.0.1:8088/static > > Can anyone please suggest what I am missing? Thanks in Advance. > > Regards, > > RW > > > > > > _______________________________________________ > --Bandwidth and Colocation Provided by http://www.api-digital.com-- > > asterisk-gui mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-gui
_______________________________________________ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-gui mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-gui
