[asterisk-gui] Can't login to gui after reinstalling asterisk and asterisk-gui

dima dima at scancom.es
Fri Jan 19 05:17:22 MST 2007


I've reinstalled asterisk and asterisk-gui this mourning. Now when I
navigate to http://10.0.0.39:8088/asterisk/static/config/cfgbasic.html
all both edit fields and buttons are disabled. So I can't login.
Please help me resolve this. I'm using firefox 2.0 on Kubuntu Edgy to
access gui. The OS where asterisk is installed is CentOS 4.4

These were my steps to reinstall asterisk:

rm
-rf /usr/sbin/asterisk /usr/sbin/safe_asterisk /var/log/asterisk /var/spool/asterisk /usr/include/asterisk /usr/lib/asterisk /var/run/asterisk /etc/asterisk
svn checkout http://svn.digium.com/svn/asterisk/trunk asterisk
svn checkout http://svn.digium.com/svn/asterisk-gui/trunk asterisk-gui
cd asterisk; ./configure && make && make install && make samples
cd ../asterisk-gui ; ./configure && make && make install && make samples
vi /etc/asterisk/manager.conf (below are the lines edited)
enabled = yes
webenabled = yes
[admin]
secret = admin
read = system,call,log,verbose,command,agent,user,config
write = system,call,log,verbose,command,agent,user,config

vi /etc/asterisk/http.conf (below are the lines edited)
enabled=yes
enablestatic=yes
bindaddr=0.0.0.0

#asterisk -cvvvvvvvv



More information about the asterisk-gui mailing list