Asterisk gui 404

H!
Debian 6
Asterisk 1.6.2.9-2+squeeze4
I’m install digium asterisk gui with svn.digium.com/svn/asterisk-gui/branches/2.0/
My /etc/asterisk/manager.conf:

[code][general]
enabled = yes
webenabled = yes
port = 5038
bindaddr = 127.0.0.1
[admin]

secret = pass

read = system,call,log,verbose,agent,user,config,dtmf,reporting,cdr,dialplan

write = system,call,agent,user,config,command,reporting,originate[/code]

My /etc/asterisk/http.conf:

[general] enabled=yes bindaddr=0.0.0.0 bindport=8088 enablestatic=yes

I have 404 error in my_ip:8088

[code]Not Found

The requested URL was not found on this server.
Asterisk Server[/code]

It’s tbe bit after the third / that matters. You would get no response at all if the address or port were wrong.

ОК.
You know how I can fix it?

It would help if you provided a valid URL, rather than something that gets fixed up to one by the web browser. It’s difficult to be sure what is actually getting sent in the http request.

See voip-info.org/wiki/view/Aync … %28AJAM%29 for the URLs expected for AJAM, assuming the default prefix setting.