Compiling FreeSWITCH for Linux/Unix/Mac OS X
The install procedure is essentially the same for Linux, Unix, or Mac OS X. However, make sure that your system has met the prerequisites listed in the previous section.
Compiling FreeSWITCH
Compiling FreeSWITCH requires just a few steps, although it will take some time depending upon the speed of your system. The basic procedure for compiling FreeSWITCH is as follows:
Edit
modules.conf
file to customize which modules are compiled by defaultRun
configure
scriptRun
make
andmake install
to compile and installEdit
modules.conf.xml
to customize which modules are loaded by defaultInstall the sound and music files
Following are detailed step-by-step instructions for compiling FreeSWITCH.
Step 1: Edit modules.conf
The modules.conf
file contains a list of the various FreeSWITCH modules that will be configured and compiled. The default modules.conf
file has a sensible set of modules, pre-selected to be compiled. However, there is one optional module that we...