Issues with Installing Asterisk and Asterisk-GUI

Greetings.

Install Asterisk and Asterisk-GUI as follows:

  1. Install required packages

aptitude install apache2 php5 mysql-server phpmyadmin

  1. Install asterisk following this manual

http://mikeoverip.wordpress.com/2009/03/11/asterisk-16-compilation-and-installation-on-debian-5-lenny/

  1. Install Asterisk-GUI follows

cd / usr / src
checkouthttp svn: //svn.digium.com/svn/asterisk-gui/branches/2.0asterisk-gui
cd asterisk-gui /
./configure
make
make install

cd / etc / asterisk
vim http.conf

Verify that these lines are uncommented
[general]
enabled = yes
EnableStatic = yes

vim manager.conf

Verify that these lines are uncommented
[general]
enabled = yes
webenabled = yes

Add the following lines
[Admin]
secret = 123456
read = system, call, log, verbose, command, agent, config, read, write, originate
write = system, call, log, verbose, command, agent, config, read, write, originate

Checked the installation of Asterisk-GUI with the following command:
make checkconfig

and showed me this message

— Checking to see if Asterisk configuration it will support the GUI —

  • Checking for http.conf: OK

  • Checking for manager.conf: OK

  • Checking if HTTP is enabled: OK

  • Checking if static HTTP support is enabled: OK

  • Checking if manager is enabled: OK

  • Checking if manager over HTTP is enabled: OK
    Everything looks good — ---

  • GUI Should be available athttp: // server: 8088 / asterisk / static / config / index.html

  • Note: If you Have bindaddr = 127.0.0.1 in /etc/asterisk/http.conf
    you will only be reliable place to visit it from the machine.

Example: http: // localhost: 8088 / asterisk / static / config / index.html

  • The login and password Should be an entry from /etc/asterisk/manager.conf
    Which has ‘config’ permission in read and write. For example:

[Admin]
secret = mysecret18297
read = system, call, log, verbose, command, agent, config
write = system, call, log, verbose, command, agent, config

— Good luck! —

When trying to open this page appears to me that you can not find
http: // localhost: 8088 / asterisk / static / config / index.html

Some help

Asterisk GUI is obsolete and unsupported. If you need an open source GUI, use FreePBX.