Hi,
i keep getting the following error message after the whole day of trying, reinstalling, reconfiguring:
501 Not Implemented
Attempt to use unimplemented / unsupported method
Asterisk Server
What am i doing wrong?
When trying to start up the GUI via:
192.168.0.11:8088/var/lib/asteri … index.html
Make checkconfig gives all OK’s. i installed via svn co svn.digium.com/svn/asterisk-gui/branches/2.0/
http.conf:
[general]
webenabled=yes ; this enables interaction between Asterisk web server and AMI
enabled=yes
bindaddr=0.0.0.0
bindport=8088
prefix=asterisk
enablestatic=yes
manager.conf:
[general]
displaysystemname=yes
enabled=yes
webenabled=yes
httptimeout=60
port=5038
bindaddr=192.168.0.11
[user]
secret=secret
; deny=0.0.0.0/0.0.0.0
permit=0.0.0.0/0.0.0.0
read= system,call,log,verbose,command,agent,user,config,read,write
write= system,call,log,verbose,command,agent,user,config,read,write
[asterisk_http]
secret=gooey
read= system,call,log,verbose,command,agent,user,config,read,write
write= system,call,log,verbose,command,agent,user,config,read,write