Quick Install Guide
Ubuntu Server 8.04 Install with Asterisk and foneBRIDGE2
Requirements
Base Install from ISO image
Install Steps
- Install dependencies and helper packages
apt-get install openssh-server
apt-get install build-essential
apt-get install linux-headers-2.6.24-19-server
apt-get install libnet1 libnet1-dev
apt-get install libpcap0.7 libpcap0.7-dev
apt-get install libargtable2-0 libargtable2-dev
apt-get install libncurses5-dev
apt-get install libnewt-dev
- Download Asterisk, Zaptel, Libpri, Fonulator, Libfb
cd /usr/src
wget http://support.red-fone.com/downloads/zaptel/zaptel-1.4.9.2.tar.gz
wget http://support.red-fone.com/downloads/fonulator/fonulator-2.0.0.tar.gz
wget http://support.red-fone.com/downloads/fonulator/libfb-2.0.0.tar.gz
wget http://downloads.digium.com/pub/libpri/libpri-1.4.5.tar.gz
wget http://downloads.digium.com/pub/asterisk/old-releases/asterisk-1.4.21.2.tar.gz
- Install libfb, fonulator library.
tar xzvf libfb-2.0.0.tar.gz
cd libfb-2.0.0
make clean
./configure
make
make install
cd ..
- Install fonulator, the fonebridge configuration utility
tar xzvf fonulator-2.0.0.tar.gz
cd fonulator-2.0.0
./configure
make
make install
- Confirm fonulator installation successful
fonulator -V
fonulator 2.0.0
Copyright (C) 2007 Redfone Communications, LLC.
Build Number: 36
- Install zaptel
tar xzvf zaptel-1.4.9.2.tar.gz
cd zaptel-1.4.9.2
./configure
make menuselect
Select only the following kernel modules for the fonebridge;
ztd-ethmf, ztdynamic. Select ‘x’ on the keyboard to save changes and return to the CLI.
<!--[if !vml]-->
<!--[endif]-->
make
make install
- Install libpri
tar xzvf libpri-1.4.5.tar.gz
cd libpri-1.4.5
make
make install
cd ..
- Install asterisk
tar xzvf asterisk-1.4.21.1.tar.gz
cd asterisk-1.4.21.1
./configure
make
make install
make samples
make config
- Continue install following normal configuration guidelines for the fonebridge2 and Asterisk;
http://support.red-fone.com