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

Reply via email to