centos 7.6 安装freeswitch1.6.20
参考 http://blog.sina.com.cn/s/blog_539d6e0c0102zgvm.html
You must install libopus-dev to build mod_opus. Stop.
freeswitch 需要开放的一些端口 https://freeswitch.org/confluence/display/FREESWITCH/Firewall
要在安装好声音文件之后再启动freeswitch 拨打9664 进行测试, 我直接启动后,在安装听不到声音。拨打注册的账号也没有声音。又将freeswitch 重新安装恢复正常
make cd-sounds-install
make cd-moh-install
安装tts 时 you must install libflite-dev tu build mod_flite
解决方法 原文地址 https://www.jianshu.com/p/61ce097c9026#32-mod_curlmod_flite
$ git clone https://freeswitch.org/stash/scm/sd/libflite.git
$ cd libflite/
$ ./configure --enable-pic --disable-static --enable-shared && make
$ sudo make install
$ sudo cp /usr/local/lib/pkgconfig/flite.pc /usr/lib64/pkgconfig
重新编译freeswitch
./configure
make
make install