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:
Run the
bootstrap.sh
script.Edit the
modules.conf
file to customize which modules are compiled by default.Run the
configure
script.Run the
make
andmake install
utilities to compile and install.Edit
modules.conf.xml
to customize which modules are loaded by default.Install 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...