Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

What is trixbox?
trixbox (formerly Asterisk@home) is a CentOS-based Linux distribution that enables users to quickly set up an Asterisk PBX system with an integrated WebGUI to for configuring and maintaining the system.
For further information go through the trixbox documentation: http://trixbox.org/wiki/

Steps

  1. Go to trixbox.org and download latest trixbox version.
    This is the current stable release based on Asterisk 1.6
    http://sourceforge.net/projects/asteriskathome/files/trixbox%20CE/trixbox-2.8.0.3.iso
    This is the current stable release based on Asterisk 1.4.
    http://sourceforge.net/projects/asteriskathome/files/trixbox%20CE/trixbox-2.6.2.3.iso

  2. Follow the trixbox installation instructions 

  3. Upon successful installation, log in to the trixbox system as root with the password entered during installation.
    Install asterisk-devel package
    for 1.4er version: yum install asterisk14-devel
    for 1.6er version: yum install asterisk16-devel

  4. Shutdown the machine to plug in the Diva card

  5. Download latest System Release

  6. Install Diva System Release for Linux

  7. During Build if prompted to install chan_capi, accept that

  8. If there are any issues during installation, follow guide-lines given by setup routine 

  9. When installation succeeds, make WebGui accessible by editing /usr/lib/opendiva/divas/httpd/login/login

...