一、安装sofia-sip
cd /usr/local/src/freeswitch-1.10.5.-release git clone https://github.com/freeswitch/sofia-sip.git cd sofia-sip ./configure make make install ldconfig
二、安装spandsp
cd /usr/local/src/freeswitch-1.10.5.-release git clone https://github.com/freeswitch/spandsp.git cd spandsp ./configure make make install export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:${PKG_CONFIG_PATH} ldconfig
三、重新编译FreeSWITCH
cd /usr/local/src/freeswitch-1.10.5.-release ./configure --disable-signalwire make make install ln -sf /usr/local/freeswitch/bin/freeswitch /usr/local/bin/ ln -sf /usr/local/freeswitch/bin/fs_cli /usr/local/bin/
标签:bin,7.10,CentOS,make,cd,源码,usr,freeswitch,local From: https://www.cnblogs.com/zhongqifeng/p/17420727.html