Howto:Set up a FGCom server: Difference between revisions

m
Line 135: Line 135:


== Debian/Ubuntu ==
== Debian/Ubuntu ==
=== Installing Dependancies ===
Firstly we need to install all the packages required to build things... You may have alot of this already installed:
Firstly we need to install all the packages required to build things... You may have alot of this already installed:


Line 141: Line 142:
  zlib-bin libc6-dev libbluetooth2-dev libxml2-dev
  zlib-bin libc6-dev libbluetooth2-dev libxml2-dev


=== Downloading the Source ==
Downloading necessary packages: LIBPRI, DAHDI, AND Asterisk
Downloading necessary packages: LIBPRI, DAHDI, AND Asterisk


Line 147: Line 149:
  wget http://downloads.asterisk.org/pub/telephony/libpri/releases/libpri-1.4.11.3.tar.gz
  wget http://downloads.asterisk.org/pub/telephony/libpri/releases/libpri-1.4.11.3.tar.gz
  wget http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete/releases/dahdi-linux-complete-2.3.0.1+2.3.0.tar.gz
  wget http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete/releases/dahdi-linux-complete-2.3.0.1+2.3.0.tar.gz
=== Installing Libpri ===
tar -xvzf libpri-1.4.11.3.tar.gz
cd libpri-1.4.11.3
make
make install


= Configuration Files =
= Configuration Files =
29

edits