Debian 12 安装freeswitch 1.10.12对接Volte视频通话——筑梦之路

bash 复制代码
# 安装依赖

sudo apt update
sudo apt install -y git build-essential autoconf automake libtool pkg-config \
  libjpeg-dev libsqlite3-dev libcurl4-openssl-dev libpcre3-dev libspeexdsp-dev \
  libspeex-dev libopus-dev libsndfile1-dev libssl-dev libedit-dev libluajit-5.1-dev


dpkg -i freeswitch-1.10.12.deb

# 对接配置

/usr/local/freeswitch/conf/sip_profiles/external

原文:FreeSWITCH1.10.12对接Volte视频通话的Debian 12 x86_64改动后的二进制包分享

相关推荐
头茬韭菜3 天前
功能点 1:项目骨架与启动流程 —— 源码阅读笔记
运维·笔记·debian·fluss
抓不住时间的沙3 天前
N1搭建Hexo个人博客,部署到Github
python·docker·node.js·debian·github·arm
qetfw4 天前
Debian 部署 Discuz! 论坛:Nginx、PHP 与 MariaDB 配置
linux·运维·nginx·debian·php·discuz
IPHWT 零软网络5 天前
实战方案|金融呼叫中心如何实现坐席效率提升 50%
voip·呼叫中心·企业通信·acd排队·客服效率优化·智能总机·金融客服
qetfw7 天前
Debian OpenSSL CA 证书配置参考:根证书、服务证书与验证
linux·debian·ssl·openssl
qetfw10 天前
Debian OpenSSL 搭建 CA 证书服务:签发、吊销与客户端信任
linux·debian·openssl·ca
qetfw14 天前
Debian 使用 FTP 镜像源配置 APT 软件源
linux·debian·apt·ftp
XiangrongZ15 天前
debian中配置stm32的交叉编译环境
运维·stm32·debian
qetfw15 天前
Debian Apache2 执行 Shell CGI:动态时间页面配置与验证
linux·运维·debian