Compiling FreeSwitch: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) No edit summary |
||
| Line 19: | Line 19: | ||
make install | make install | ||
==Install Pendukung== | |||
===Instalasi Sound=== | |||
make cd-sounds-install | |||
make cd-moh-install | |||
make uhd-sounds-install | |||
make uhd-moh-install | |||
make hd-sounds-install | |||
make hd-moh-install | |||
make sounds-install | |||
make moh-install | |||
===Instalasi Sample Konfigurasi=== | |||
make samples | |||
==Pranala Menarik== | ==Pranala Menarik== | ||
Revision as of 02:54, 2 January 2010
Download source code FreeSWITCH dari (WARNING: File source code sangat besar sekitar 75Mbyte)
Siapkan dependencies dan aplikasi pendukung
apt-get install kernel-package libncurses5-dev fakeroot wget bzip2 g++ libssl-dev libxml2-dev
Untuk mengcompile lakukan
cp freeswitch-1.0.5pre9.tar.gz /usr/local/src/ cd /usr/local/src tar zxvf freeswitch-1.0.5pre9.tar.gz cd freeswitch-1.0.5pre9 ./configure make make install
Install Pendukung
Instalasi Sound
make cd-sounds-install make cd-moh-install make uhd-sounds-install make uhd-moh-install make hd-sounds-install make hd-moh-install make sounds-install make moh-install
Instalasi Sample Konfigurasi
make samples