安裝freeswitch 遇到的一些問題記錄

2021-10-03 13:48:09 字數 1131 閱讀 1583

centos 7.6 安裝freeswitch1.6.20 

參考 you must install libopus-dev to build mod_opus. stop.

報錯you must install libopus-dev to build mod_opus. stop. 但確實已經 yum 安裝 libopus-dev 或 opus-devel 後依然報錯:

*****===刪除opus,編譯安裝新版

yum remove opus

wget

tar xvfz opus-1.3.1.tar.gz

cd opus-1.3.1

./configure

make

make install

cp /usr/lib/pkgconfig/opus.* /usr/lib64/pkgconfig/

cd /usr/local/src/freeswitch

make clean

./configure ..... 重新配置以重新生成make檔案

make

freeswitch 需要開放的一些埠     

要在安裝好聲音檔案之後再啟動freeswitch 撥打9664 進行測試, 我直接啟動後,在安裝聽不到聲音。撥打註冊的賬號也沒有聲音。又將freeswitch 重新安裝恢復正常

make cd-sounds-install

make cd-moh-install

安裝tts 時   you must install libflite-dev tu build mod_flite   

$ git clone 

$ 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

freeswitch編譯安裝

系統環境centos7 1 安裝相關依賴,在module.conf中配置需要編譯的模組,configure檢查相關依賴,若需要連線資料庫需要支援資料加上引數 configure enable core pgsql support這樣就支援連線postgres資料庫了,過程中會提示相關相關依賴,缺什麼...

FreeSwitch安裝配置記錄

主要命令如下 git clone b v1.2.stable git cd freeswitch bootstrap.sh configure make make install make hd sounds install make hd moh install make samples 最後乙個...

FreeSwitch安裝配置記錄

主要命令如下 git clone b v1.2.stable git cd freeswitch bootstrap.sh configure make make install make hd sounds install make hd moh install make samples 最後乙個...