Ubuntu Server 8.04 Install

Article Details
URL: http://support.red-fone.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=13
Article ID: 13
Created On: 23 Jul 2008 05:55 AM

Answer

Quick Install Guide

Ubuntu Server 8.04 Install with Asterisk and foneBRIDGE2

 

Requirements

Base Install from ISO image

 

Install Steps

 

  1. 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

 

  1. 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

 

 

  1. Install libfb, fonulator library.

 

tar xzvf libfb-2.0.0.tar.gz

cd libfb-2.0.0

make clean

./configure

make

make install

 cd ..


 

  1. Install fonulator, the fonebridge configuration utility

 

tar xzvf fonulator-2.0.0.tar.gz

cd fonulator-2.0.0

./configure

make

make install

  1. Confirm fonulator installation successful

 

fonulator -V

fonulator 2.0.0

Copyright (C) 2007 Redfone Communications, LLC.

Build Number: 36

 

  1. 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

  1. Install libpri

 

tar xzvf libpri-1.4.5.tar.gz

cd libpri-1.4.5

make

make install

cd ..

 

  1. 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

  1. Continue install following normal configuration guidelines for the fonebridge2 and Asterisk;


 http://support.red-fone.com