Asterisk GUI v2 Install

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 go to your web browser and log on to the GUI at 'http://ip:8088/gui/static/config/cfgbasic.html' using the [admin] and 'secret' username/password.  It will take a few seconds to generate the new scripts and prompt you when complete.

You are now done with the Asterisk GUI install.  You can continue with the rest of the install as required as per the following install procedure starting here:
www.powerpbx.org/content/firewallrouter-configuration-centos-v5x-asterisk-v14x-freepbx-v24x

 

Comments

Hey dude

Just i follwed you with out missing the steps .You know i am not ableto get the GUI insterface after typing webaddress its not showing any t hing showing pae cannot be displayed .

 

what i tested my self :

1.Firewall status .Its OFF

2.I can access teh asterisk through command line .working fine .

3.CHanged all the lines what you recommand on manager.conf and http.conf

 

it all good and i never get any error message .

 

I was installed more than 6 to 10 times again and again . :( .

No luck .

 

can you help me on this thanks in advance

K~

Did you get this working yet?  It has been some time since I made this procedure.  You might want to check on the Asterisk site to see if they have changed anything on their end with the GUI

http://www.asterisk.org/asterisknow/install-related