FusionPBX Debian 12 安装

尽量选择干净的 Debian 12 系统

如果已安装了 PostgreSQL, 要卸载干净

复制代码
 wget -O - https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/debian/pre-install.sh | sh; 

做完这一步之后,编辑 /usr/src/fusionpbx-install.sh/debian/resources/config.sh

可以参考下面的配置:

复制代码
# FusionPBX Settings
domain_name=ip_address                      # hostname, ip_address or a custom value
system_username=admin                       # default username admin
system_password=admin                      # random or a custom value
system_branch=5.4                           # master, 5.4

# FreeSWITCH Settings
switch_branch=stable                        # master, stable
switch_source=false                          # true (source compile) or false (binary package)
switch_package=true                        # true (binary package) or false (source compile)
switch_version=1.10.12                      # which source code to download, only for source
switch_tls=true                             # true or false
switch_token=*******                              # Get the auth token from https://signalwire.com

其他的可以不动

cd /usr/src/fusionpbx-install.sh/debian && ./install.sh

不建议 FreeSWITCH 源码编译, 从 github 克隆源码时灵时不灵,赌运气了

安装成功之后可看官方手册

https://docs.fusionpbx.com/en/latest/getting_started/quick_install.html

论坛地址在此:

https://www.pbxforums.com/

相关推荐
Land032917 小时前
AI网页元素变化无法自动修复?自带元素自愈的自动化解决方案
运维·人工智能·ai·自动化·rpa
fengyehongWorld17 小时前
Jenkins 安装与简单配置
运维·jenkins
云智慧AIOps社区17 小时前
2026 国产化 ITSM 替代指南:横向测评 ServiceNow、轻帆云、Jira等五款主流IT服务管理平台
运维·人工智能·运维开发·it服务管理·itsm平台
Urbano18 小时前
针织卫衣全流程生产工序科普:自动化替代、产能优化与设备选型实战方案
运维·自动化
AC赳赳老秦18 小时前
招投标公开数据自动化采集实战:基于 OpenClaw 的定时抓取与业务关键词精准推送
运维·服务器·数据库·自动化·测试用例·deepseek·openclaw
小的博客18 小时前
windows下安装Docker Desptop
运维·docker·容器
酷可达拉斯18 小时前
Linux操作系统-shell编程(0)
linux·运维·服务器·python·云计算
2301_7779983418 小时前
Linux中断机制:操作系统如何高效运行
linux·运维·服务器
emfuture19 小时前
工业自动化现场四大典型故障复盘:从环境适配到边缘智能的工程实践
运维·网络·自动化
笑锝没心没肺19 小时前
yum update 报错:GPG key retrieval failed: [Errno 14] HTTPS Error 404 - Not Found
linux·运维·服务器