How to Configure Asterisk GUI on CentOS
- 1). Open the "Asterisk GUI" program by double-clicking on the icon via your desktop.
- 2). Back up your configuration files by typing "cp -r /etc/asterisk /etc/asterisk.backup." (No period.)
- 3). Use your arrow keys to go down to the "Manager.conf" file. Change the "Enabled" to "Yes" and the "Webenabled" to "Yes."
- 4). Add a new user by typing :
"[administrator]
secret = wrxiur
read = system,call,log,verbose,command,agent,user,config
write = system,call,log,verbose,command,agent,user,config"
Press "Enter." - 5). Type: "`http.conf`
enabled=yes
enablestatic=yes
bindaddr=0.0.0.0"
Press "Enter." - 6). Type "Make checkconfig" and press the "Enter" button to configure your Asterisk GUI. Exit out of the program.