I’m trying to get the gui working on my ASUS RT-N16. Asterisk & Asterisk-GUI have both been installed using Optware with ipkg.
Versions:
asterisk18 - 1.8.25.0-1
asterisk-gui - 2.1.0-rc1-1
I can access all the pages that aren’t in /config. When I try to go to 192.168.1.1:8088/static/config/index.html it seems to be sending asterisk into a loop. I can no longer access the other pages and I can no longer open the * CLI.
http.conf:
[general]
enabled=yes
bindaddr=0.0.0.0
bindport=8088
enablestatic=yes
manager.conf:
[code][general]
enabled = yes
webenabled = yes
port = 5038
bindaddr = 0.0.0.0
[admin]
secret = mypassword
read = system,call,log,verbose,command,agent,user,config,read,write,originate
write = system,call,log,verbose,command,agent,user,config,read,write,originate
[/code]
Opening the GUI does start to bring the gui up. It just doesn’t get very far before it stalls.
Any suggestions on how to DIAGNOSE what’s broken would be appreciated! If there’s some sort of Verbose or Debug mode that may show me any errors, that’d be great.