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/

相关推荐
无名38720 小时前
RTPProxy 2.2 用户手册
通信
天才奇男子20 小时前
HAProxy高级功能全解析
linux·运维·服务器·微服务·云原生
小李独爱秋21 小时前
“bootmgr is compressed”错误:根源、笔记本与台式机差异化解决方案深度指南
运维·stm32·单片机·嵌入式硬件·文件系统·电脑故障
Dying.Light1 天前
Linux部署问题
linux·运维·服务器
S19011 天前
Linux的常用指令
linux·运维·服务器
萤丰信息1 天前
AI 筑基・生态共荣:智慧园区的价值重构与未来新途
大数据·运维·人工智能·科技·智慧城市·智慧园区
小义_1 天前
【RH134知识点问答题】第7章 管理基本存储
linux·运维·服务器
运维小欣1 天前
Agentic AI 与 Agentic Ops 驱动,智能运维迈向新高度
运维·人工智能
_运维那些事儿1 天前
VM环境的CI/CD
linux·运维·网络·阿里云·ci/cd·docker·云计算
Trouvaille ~1 天前
【Linux】UDP Socket编程实战(一):Echo Server从零到一
linux·运维·服务器·网络·c++·websocket·udp