- Code: Select all
Install Asterisk GUI
cd /usr/src
svn co http://svn.digium.com/svn/asterisk-gui/branches/2.0 asterisk-gui
cd asterisk-gui
sh configure && make && make install
nano /etc/asterisk/http.conf
Add the following information
[general]
enabled=yes
bindaddr=0.0.0.0
bindport=8088
prefix=gui
enablestatic=yes
(ctl-x,y,ENTER)
nano /etc/asterisk/manager.conf
Add the following information. You can substitute [admin] and secret= to whatever username/password you want for logging into the Asterisk GUI
[general]
enabled=yes
webenabled=yes
port=5038
bindaddr=0.0.0.0
[admin]
secret=password
read=system,call,log,verbose,command,agent,user,config,originate,read,write
write=system,call,log,verbose,command,agent,user,config,originate,read,write
(ctl-x,y,ENTER)
make checkconfig
look for any errors
asterisk -r
>restart now
Now, when i go to http://100.0.1.160:8088/gui/static/config/index.html and put up mi user (admin) pass (admin) that is on manager.conf it says "Invalid Username or Password"...
Also my FreePBX has stoped working, i can log in but in all the modules it says "XXXXX is disabled because asterisk is not running" and in the main page on the server status section asterisk is on red with ERROR message.
I hope u can help me with this, thanks in advance.
