svn checkout http://voip.null.ro/svn/yate/trunk yate-SVN #源码下载
./autogen.sh #自动生成配置脚本
./configure #配置
make #编译
make -s debug #编译(带debug信息)
服务端:
客户端:
./run-qt4 #clients目录下
sudo add-apt-repository ppa:rock-core/qt4
sudo apt update
sudo apt install libqt4* libqtcore4 libqtgui4 libqtwebkit4 qt4*
sudo add-apt-repository --remove ppa:rock-core/qt4
sudo apt remove --autoremove libqt4* libqtcore4 libqtgui4 libqtwebkit4 qt4*
参考:
https://docs.yate.ro/wiki/Compiling_and_installing_Yate_from_SVN
https://docs.yate.ro/wiki/SIP_in_Yate
https://docs.yate.ro/wiki/SIP_Client
https://wenku.baidu.com/view/674f5cf5ec630b1c59eef8c75fbfc77da369972c.html
https://blog.csdn.net/nicholas_duan/article/details/108901701