vyacheslafff
New Around Here
Hi all
I know, my question not about asus routers and Merlin firmware exactly, but maybe anybody knows a solution...
Intro:
Router Asus RT-N66U with 3.0.0.4.374.32 Merlin's FW build.
Entware has been setup correctly (via built-in script entware-setup.sh, no errors)
Asterisk 1.8 with GUI module setup without errors also (via command
)
Also I created 2 config-files, manager.conf
and http.conf
Both files in /opt/etc/asterisk folder
after command
I see asterisk process is running
Then I put in my browser an address
http://RouterIP:8088/asterisk/static/config/index.html
Enter credentials, then restart an asterisk service and got an endless loop - when I try to login in asterisk webpage I always get an error
"Checking write permission for GUI folder"
Could anybody advice me something?
P.S. Of course, I recursively changed permissions to 0777 for folders /tmp/mnt/sda1/entware/etc/asterisk/ and /tmp/mnt/sda1/entware/lib/asterisk/
I know, my question not about asus routers and Merlin firmware exactly, but maybe anybody knows a solution...
Intro:
Router Asus RT-N66U with 3.0.0.4.374.32 Merlin's FW build.
Entware has been setup correctly (via built-in script entware-setup.sh, no errors)
Asterisk 1.8 with GUI module setup without errors also (via command
Code:
opkg update
opkg install asterisk18 asterisk-gui
Also I created 2 config-files, manager.conf
Code:
[general]
enabled = yes
webenabled = yes
port = 5038
bindaddr = 127.0.0.1
[admin]
secret = 123
read = system,call,log,verbose,agent,user,config,dtmf,reporting,cdr,dialplan
write = system,call,agent,user,config,command,reporting,originate
and http.conf
Code:
[general]
enabled = yes
enablestatic = yes
bindaddr = 0.0.0.0
redirect = /opt/var/lib/asterisk/static-http/
prefix = asterisk
[post_mappings]
backups = /opt/var/lib/asterisk/gui-backups/
moh = /opt/lib/asterisk/moh
after command
Code:
asterisk start
Then I put in my browser an address
http://RouterIP:8088/asterisk/static/config/index.html
Enter credentials, then restart an asterisk service and got an endless loop - when I try to login in asterisk webpage I always get an error
"Checking write permission for GUI folder"
Could anybody advice me something?
P.S. Of course, I recursively changed permissions to 0777 for folders /tmp/mnt/sda1/entware/etc/asterisk/ and /tmp/mnt/sda1/entware/lib/asterisk/