freeswitch centos 安装
1必须装的工具包
这里直接给出yum命令
引用
yum install git autoconf automake libtool ncurses-devel libjpeg-devel
2选装的工具包
引用
yum install expat-devel openssl-devel libtiff-devel libX11-devel unixODBC-devel libssl-devel python-devel \
zlib-devellibzrtpcpp-develalsa-lib-devellibogg-devellibvorbis-develperl-libsgdbm-devel\
libdb-develuuid-devel@development-tools
3下载fs源代码
依次执行如下命令
引用
cd /usr/local/src
gitclonegit://git.freeswitch.org/freeswitch.git
cdfreeswitch
./bootstrap.sh
如果要添加模块,需要编辑modules.conf文件
4编译fs
引用
./configure
make
5安装fs
引用
make all install cd-sounds-install cd-moh-install
更多参考:http://wiki.freeswitch.org/wiki/Linux_Quick_Install_Guide