Difference between revisions of "Compiling FreeSwitch"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
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 09: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