Installation


System Requirements

The software consists of two components, a server side daemon that will be connected to the Asterisk Manager Interface and will be the mediator between Asterisk and the web clients.

The server component runs on most of the 32bits and 64bits linux flavours available today.

You will have to get the correct tarball for your OS. If there is no package for your Distro, you can try with a similar package that uses the same glibc version. For example, the Debian packages can be used in Ubuntu. You can find out your glibc version by typing in the console:

#>/lib/libc.so.6

The response will be similar to this, the version number that you want to see is highlighted

GNU C Library stable release version 2.3.6, by Roland McGrath et al.
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 3.4.4 20050721 (Red Hat 3.4.4-2).
Compiled on a Linux 2.4.20 system on 2005-11-03.
Available extensions:
        GNU libio by Per Bothner
        crypt add-on version 2.1 by Michael Glad and others
        linuxthreads-0.10 by Xavier Leroy
        The C stubs add-on version 2.1.2.
        BIND-8.2.3-T5B
        NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk
        Glibc-2.0 compatibility add-on by Cristian Gafton 
        GNU Libidn by Simon Josefsson
        libthread_db work sponsored by Alpha Processor Inc
Thread-local storage support included.
For bug reporting instructions, please see:
<http://www.gnu.org/software/libc/bugs.html>.

The other component is the web application, consisting of mostly javascript, html, css and a flash component.

For that reason you need a web server running to serve the files. For the dialbox and visual phonebook features you will need PHP 5 support on the web server and MySQL database installed.

Finally, your browser requires Adobe Flash Player version 9 and up and javascript enabled. Since version 2.20, FOP2 will try to use HTML5 websockets when available, so Flash is not a requirement anymore if your browser supports websockets. Flash is still needed for listenting to voicemails from the Voicemail Explorer though.