0% found this document useful (0 votes)
323 views

Asterisk GUI Install

This document provides instructions for installing the Asterisk GUI on a ZeroShell server. It involves downloading and extracting the GUI files, editing Asterisk configuration files to enable the web interface, and running scripts to configure modules and restart services. When complete, the Asterisk GUI can be accessed via a URL on port 8088.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
323 views

Asterisk GUI Install

This document provides instructions for installing the Asterisk GUI on a ZeroShell server. It involves downloading and extracting the GUI files, editing Asterisk configuration files to enable the web interface, and running scripts to configure modules and restart services. When complete, the Asterisk GUI can be accessed via a URL on port 8088.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Asterisk_GUI Install.

txt =========================== Asterisk GUI Installation on zeroshell Install asterisk add-on from the On-line Updates C000 (November 7, 2008) Asterisk VoIP PBX =========================== cd /etc/asterisk Edit the manager.conf file from: [general] displaysystemname = yes enabled = no ;webenabled = yes port = 5038 to [general] displaysystemname = yes enabled = yes webenabled = yes port = 5038 Insert the following near the bottom of the file: [admin] secret = admin_password read = system,call,log,verbose,command,agent,user,config write = system,call,log,verbose,command,agent,user,config =========================== Same directory edit the http.conf Edit the following: [general] enabled = yes enablestatic = yes bindaddr = 0.0.0.0 prefix = asterisk =========================== cd /Database/opt/x.x/packages/var/lib/asterisk/static-http/ =========================== wget http://comm7777.t35.com/GUI-2.0.tar.bz2 tar xvfj GUI-2.0.tar.bz2 =========================== cd /Database/opt/x.x/packages/var/lib/asterisk/static-http/scripts =========================== chmod chmod chmod chmod chmod +x +x +x +x +x detectdahdi.sh dldsoundpack editmisdn.sh editzap.sh listfiles Page 1

Asterisk_GUI Install.txt chmod chmod chmod chmod +x +x +x +x mastercsvexists registerg729.sh restorebackup takebackup

=========================== ./detectdahdi.sh =========================== service pbx restart =========================== Asterisk GUI 2.0 is now accessible via URL - http://your_zeroshell:8088/asterisk/static/config/index.html

Page 2

You might also like