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/

相关推荐
ulias2126 小时前
Linux系统中的权限问题
linux·运维·服务器
青花瓷7 小时前
Ubuntu下OpenClaw的安装(豆包火山API版)
运维·服务器·ubuntu
问简8 小时前
docker 镜像相关
运维·docker·容器
Dream of maid8 小时前
Linux(下)
linux·运维·服务器
齐鲁大虾8 小时前
统信系统UOS常用命令集
linux·运维·服务器
Benszen9 小时前
Docker容器化技术实战指南
运维·docker·容器
ZzzZZzzzZZZzzzz…9 小时前
Nginx 平滑升级:从 1.26.3 到 1.28.0,用户无感知
linux·运维·nginx·平滑升级·nginx1.26.3·nginx1.28.0
一叶知秋yyds10 小时前
Ubuntu 虚拟机安装 OpenClaw 完整流程
linux·运维·ubuntu·openclaw
斯普信云原生组11 小时前
Prometheus 环境监控虚机 Redis 方案(生产实操版)
运维·docker·容器
safestar201212 小时前
ES批量写入性能调优:BulkProcessor 参数详解与实战案例
java·大数据·运维·jenkins