Difference between revisions of "H"
From FusionPBX
(Created page with "==Install Dependencies== ===Debian / Ubuntu Server=== apt-get install autoconf automake gawk g++ git-core libjpeg62-dev libncurses5-dev libtool make python-dev gawk pkg-confi...") |
(→modules.conf) |
||
Line 12: | Line 12: | ||
./bootstrap.sh | ./bootstrap.sh | ||
− | == | + | ==Modules== |
cd /usr/src/freeswitch | cd /usr/src/freeswitch | ||
Enable or disable the modules in /usr/src/freeswitch/modules.conf | Enable or disable the modules in /usr/src/freeswitch/modules.conf |
Revision as of 21:39, 16 November 2012
Contents
Install Dependencies
Debian / Ubuntu Server
apt-get install autoconf automake gawk g++ git-core libjpeg62-dev libncurses5-dev libtool make python-dev gawk pkg-config libtiff4-dev libperl-dev libgdbm-dev libdb-dev unixodbc
Source
cd /usr/src /usr/local/bin/git clone git://git.freeswitch.org/freeswitch.git freeswitch
boostrap.sh
cd /usr/src/freeswitch ./bootstrap.sh
Modules
cd /usr/src/freeswitch
Enable or disable the modules in /usr/src/freeswitch/modules.conf
compile
./configure make make install