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/

相关推荐
航Hang*1 分钟前
第三章:网络系统建设与运维(中级)——交换技术
运维·笔记·计算机网络·华为·ensp·交换机
终端行者3 分钟前
Nginx端到端反向代理https配置
运维·nginx·https
代码炼金术士11 分钟前
认识JVM
运维·服务器·jvm
航Hang*13 分钟前
第一章:网络系统建设与运维(高级)—— 多区域OSPF路由协议
运维·服务器·网络·笔记·智能路由器·ensp
航Hang*37 分钟前
第二章:网络系统建设与运维(高级)—— IS-IS路由协议
运维·服务器·网络·笔记·智能路由器·ensp
翼龙云_cloud40 分钟前
腾讯云渠道商:如何在腾讯云服务器上搭建一个属于自己的网站或者论坛?
运维·服务器·云计算·腾讯云
安科瑞刘鸿鹏1743 分钟前
企业配电系统中开关柜“可视化运行管理”的实现路径
大数据·运维·网络·物联网
岁岁种桃花儿1 小时前
Nginx高并发网站技术的实战篇
运维·nginx
liulilittle1 小时前
Ubuntu挂在新云盘(Disk磁盘)
运维·服务器·ubuntu
sao.hk1 小时前
ubuntu2404,vbox,全屏显示
linux·运维·服务器