Where can I download the Asterisk GUI from?

I tried to download the GUI from svn.digium.com/svn/asterisk-gui/trunk asterisk-gui
but it isn’t an available Url. Could anyone help me?

Thanks!

use “cd /usr/src; svn co svn.digium.com/svn/asterisk-gui/trunk asterisk-gui” instead of trying to open it in a browser.

I had no problem doing what you said.
Thanks very much.

After I made a success instalation and launched asterisk, I typed:
192.168.1.5:8088/asterisk/static … basic.html on Firefox to reach the GUI.
Firefox sends me a message that cannot load the page.

The http.conf file it’s like this:
[general]
enabled=yes
enablestatic=yes
bindaddr=0.0.0.0
bindport=8088

The manager.conf file it’s like this:
[general]
displaysystemname=yes
enabled=yes
webenabled=yes
port=5038
httptimeout=60
bindaddr=0.0.0.0

The GUI “.html” files are in /usr/src/asterisk-gui/config/
The “.conf” files are in /etc/asterisk/