linux freeswitch 安装编译mod_h323

1.下载 PTLib 源代码及安装

bash 复制代码
git clone https://github.com/willamowius/ptlib.git
cd ptlib
./configure --prefix=/usr
make
sudo make install

2.使用包管理器安装Flex

bash 复制代码
#对于基于 Debian 的系统(如 Ubuntu)
sudo apt-get update
sudo apt-get install flex
#对于基于 Red Hat 的系统(如 CentOS)
sudo yum install flex

3.下载 H323Plus 源代码及安装

bash 复制代码
git clone https://github.com/willamowius/h323plus.git
cd h323plus
./configure --prefix=/usr
make
sudo make install

4.安装mod_h323

bash 复制代码
#进入freeswitch源码下的目录
cd src/mod/endpoints/mod_h323
make && make install
相关推荐
zzzzzz31019 小时前
9K Star 炸裂开源!这个 C 语言写的代码知识图谱,把 Linux 内核索引压缩到了 3 分钟
linux·服务器·sql
XIAOHEZIcode19 小时前
Linux系统鼠标偏移常见原因以及修复方案
linux·运维·游戏
用户0328472220701 天前
如何搭建本地yum源(上)
运维
A小辣椒3 天前
TShark:Wireshark CLI 功能
linux
A小辣椒3 天前
TShark:基础知识
linux
AlfredZhao3 天前
OCI 明明分配了 200G 系统盘,为什么 df 只看到 30G?
linux·oci
AlfredZhao3 天前
vi 删除指定范围的行,不用再反复按 dd
linux·vi
用户9718356334664 天前
银河麒麟 KY10 申威(SW64) 安装 nginx-1.16.1-2.p01.ky10.sw_64.rpm 详细步骤
linux
猪脚踏浪4 天前
linux 拷贝文件或目录到指定的位置
linux
大树884 天前
金刚石散热越强,管路越先见顶
大数据·运维·服务器·人工智能·ai