При запуске asterisk gui выходит ошибка:
404
Not Found
The requested URL was not found on this server.
Asterisk Server
моя конфигурация:
----- http.conf ------
[general]
enabled=yes
bindaddr=0.0.0.0
bindport=8088
enablestatic=yes
----- manager.conf -----
[general]
enabled = yes
webenabled = yes
port = 5038
httptimeout = 60
bindaddr = 0.0.0.0
[admin]
secret = admin
read = system,call,log,verbose,command,agent,user,config
write = system,call,log,verbose,command,agent,user,config
#include "manager.d/*.conf"
пытаюсь зайти на gui:
http://10.10.10.1:8088/static/config/index.html
решение:
sudo rm -Rf /usr/share/asterisk/static-http/
sudo ln -s /var/lib/asterisk/static-http/ /usr/share/asterisk/static-http
404
Not Found
The requested URL was not found on this server.
Asterisk Server
моя конфигурация:
----- http.conf ------
[general]
enabled=yes
bindaddr=0.0.0.0
bindport=8088
enablestatic=yes
----- manager.conf -----
[general]
enabled = yes
webenabled = yes
port = 5038
httptimeout = 60
bindaddr = 0.0.0.0
[admin]
secret = admin
read = system,call,log,verbose,command,agent,user,config
write = system,call,log,verbose,command,agent,user,config
#include "manager.d/*.conf"
пытаюсь зайти на gui:
http://10.10.10.1:8088/static/config/index.html
решение:
sudo rm -Rf /usr/share/asterisk/static-http/
sudo ln -s /var/lib/asterisk/static-http/ /usr/share/asterisk/static-http