[asterisk-gui] astrisk-gui 404 issue
    Mohammad Rahman 
    asterisk at ymail.com
       
    Thu Apr  2 08:45:56 CDT 2009
    
    
  
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.
[root at 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
    
    
More information about the asterisk-gui
mailing list