Saturday, June 20, 2009

install asterisk gui

To checkout the branch you must have subversion installed (command: svn) Example SVN Checkout Command of Trunk / Configuring / Installation

1. svn co http://svn.digium.com/svn/asterisk-gui/branches/2.0 asterisk-gui
2. cd asterisk-gui
3. sh configure && make && make install

If there were no errors, everything went perfectly. An example you can use here is: (type this into console)
IMPORTANT! Watch the output of the command:
'make checkconfig'
as it will test your asterisk configuration files to make sure the GUI is ready for use.
Note! You can also type 'make update' in the GUI source directory to update your SVN checkout.

Here are my default config files I use
http.conf:

[general]
enabled=yes
bindaddr=0.0.0.0
bindport=8088
prefix=gui
enablestatic=yes

manager.conf:

[general]
enabled=yes
webenabled=yes
port=5038
bindaddr=0.0.0.0
[bkruse]
secret=blah
read=system,call,log,verbose,command,agent,user,config,originate,read,write
write=system,call,log,verbose,command,agent,user,config,originate,read,write

With this configuration, you can access the gui from: http://ip:8088/gui/static/config/cfgbasic.html
(Note: This is the most insecure settings, but if you are having problems, will
help you get something working. Don't forget to harden down!)

cradit: http://www.asterisknow.org

No comments: