2014년 1월 23일 목요일

freeswitch quick install guide on a CentOS

[ Environment ]
- CentOS 6.3
- kernel : 2.6.32-279.22.1.el6.i686
- freeswitch : 1.5.8b+git

[ Install ]

-Mandatory
yum install git autoconf automake libtool ncurses-devel libjpeg-devel

-Optional
yum install expat-devel openssl-devel libtiff-devel libX11-devel unixODBC-devel libssl-devel python-devel zlib-devel libzrtpcpp-devel alsa-lib-devel libogg-devel libvorbis-devel perl-libs gdbm-devel libdb-devel uuid-devel @development-tools

-Download
cd /usr/local/src
git clone git://git.freeswitch.org/freeswitch.git
cd freeswitch
./bootstrap.sh

-Compile the Source
./configure
make

-Install FreeSWITCH
make all install cd-sounds-install cd-moh-install

-Start FreeSWITCH
/usr/local/freeswitch/bin/freeswitch

댓글 없음: