Home   >>   Asterisk   >>   How To Install Asterik GUI On CentOS5 With Yum
How To Install Asterik GUI On CentOS5 With Yum PDF Print E-mail
( 1 Vote )
How To - Asterisk
Written by Christian Foronda   
Monday, 06 September 2010 12:10

Follow this steps to create the Asterisk yum repositories.

Install Asterisk GUI:

	# yum -y install asterisk-gui

Create backup:

	# cp -r /etc/asterisk /etc/asterisk.bak

Configure:

	# vi /etc/asterisk/manager.conf

[general]
displaysystemname = yes
enabled = yes
webenabled = yes
port = 5038
httptimeout = 60
bindaddr = 0.0.0.0

[administrator]
secret = password
read = system,call,log,verbose,command,agent,user,config
write = system,call,log,verbose,command,agent,user,config

 

	# vi /etc/asterisk/http.conf

enabled=yes
enablestatic=yes
bindaddr=0.0.0.0
bindport=8088

Start Asterisk:

	# /etc/init.d/asterisk start

Login to Asterisk GUI:

	URL: http://IPAddress:8088
Username: admin
Password: password



blog comments powered by Disqus
Last Updated on Friday, 14 January 2011 13:26