当前位置: 首页 > 工具软件 > Yate > 使用案例 >

【VOIP】 yate源码编译和部署

滑骞尧
2023-12-01

环境

  • macos系统下Parallels Desktop 16 + ubuntu 20

源码编译

svn checkout http://voip.null.ro/svn/yate/trunk yate-SVN #源码下载

./autogen.sh #自动生成配置脚本

./configure #配置

make           #编译
make -s debug  #编译(带debug信息)

运行

服务端:

客户端:

./run-qt4   #clients目录下

安装qt4

sudo add-apt-repository ppa:rock-core/qt4
sudo apt update
sudo apt install libqt4* libqtcore4 libqtgui4 libqtwebkit4 qt4*

卸载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

 类似资料: