Web-console 1.8 (newby)

Hello,

I just installed Asterisk 1.8 on my Gentoo machine and I wonder how to enable the web-console.
I tried the AsteriskNOW 1.7 and they mention to goto :8088/static/config/index.html
This works perfect… but on my 1.8 installation this doesn’t work at all.
Did I do something wrong or do I need to install additional parts?

If I check the /var/lib/asterisk/static-http and it only shows:
ajamdemo.html
astman.css
astman.js
core-en_US.xml
mantest.html
prototype.js

So I doesn’t show any config folder, does this mean it’s not installed completely?

Thanks,
Matthijs

It means you don’t have the Asterisk-GUI software installed - it doesn’t come with Asterisk by default.

You can download the latest code using subversion, e.g.:

svn co http://svn.digium.com/svn/asterisk-gui/branches/2.0 asterisk-gui-2.0

Then build and install.

Cheers.

Thanks, that did the job :smile:

Matthijs

Yay :smile: