IPBX系统部署文档
IPPBX系统 1.10.7版本Freeswitch ,手机互联互通,SIP协议,分机互相拨打免费通话清晰,支持wifi或4G网络互相拨打电话,可以对接OLT设备,系统可以部署到本地物理机,也可以部署到阿里云服务器,腾讯云,华为云等,可提供远程协助部署,单机最并发2000,稳定好用!企业分机最佳选择。
主要功能;
提供web可视化管理GUI,wss,webrtc,多域,多配置文件,广播,会议,黑名单,acl,系统报警,录音,录像,防火墙,turn,wss,备份,抓包,操作记录,日志查看等等。.3
一,系统安装要求:
ubunt20.04 或centos7.X 以上版本 64位
二,centos7.X安装
2.1 更新系统位阿里云源
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
mv /etc/yum.repos.d/epel.repo /etc/yum.repos.d/epel.repo.bak
curl -o /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
sed -i '/aliyuncs/d' /etc/yum.repos.d/CentOS-Base.repo
yum clean all
yum makecache
2.2 关闭linux关闭selinux(本地安装,需要关闭selinux)
vi /etc/selinux/config
修改配置项:SELINUX=disabled,默认:#SELINUX=enforcing
esc
:wq 保存配置。
重启服务器
2.3 一键安装Freeswitch 1.10.7和IPBX系统,自动脚本安装。
cd /root/
yum install -y wget
wget http://oss.QQ:515461845.com/freeswitch/fscentos79.bin
wget http://oss..QQ:515461845.com/freeswitch/rpms.tar
tar xvf rpms.tar
chmod -R 777 /root/*
cd /root/rpms/
rpm -ivh --force --nodeps *rpm
./fscentos79.bin install
注: oss下载地址常被盗链下载,感兴趣git联系
一行命令安装Freeswitch 1.10.7
GUI界面
开源pbx系统,快速部署上线。