FreeSWITCH compile

From FusionPBX
Revision as of 23:59, 16 September 2014 by Mcrane (talk | contribs) (Ubuntu Dependencies)
Jump to: navigation, search

Git

cd /usr/src
git clone -b v1.4 https://stash.freeswitch.org/scm/fs/freeswitch.git
cd freeswitch
./bootstrap.sh

or

files.freeswitch.org

wget http://files.freeswitch.org/freeswitch-1.4.6.zip
unzip freeswitch-1.4.6.zip
cd freeswitch-1.4.6

Ubuntu Dependencies

apt-get install autoconf automake devscripts gawk g++ git-core libjpeg-dev libncurses5-dev libtool make python-dev gawk pkg-config libtiff-dev libperl-dev libgdbm-dev libdb-dev gettext libssl-dev libcurl4-openssl-dev libpcre3-dev libspeex-dev libspeexdsp-dev libsqlite3-dev libedit-dev libldns-dev libpq-dev memcached libmemcached-dev

Debian Dependencies

apt-get install autoconf automake devscripts gawk g++ git-core libjpeg-dev libncurses5-dev libtool make python-dev gawk pkg-config libtiff5-dev libperl-dev libgdbm-dev libdb-dev gettext libssl-dev libcurl4-openssl-dev libpcre3-dev libspeex-dev libspeexdsp-dev libsqlite3-dev libedit-dev libldns-dev libpq-dev memcached libmemcached-dev

modules.conf

uncomment the FreeSWITCH modules that are needed.

mod_avmd
mod_callcenter
mod_memcache

Postgres driver

./configure --enable-core-pgsql-support 

Run Make

make 
make install

File Permissions

Set the file permissions