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.bakcurl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repomv /etc/yum.repos.d/epel.repo /etc/yum.repos.d/epel.repo.bakcurl -o /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.reposed -i '/aliyuncs/d' /etc/yum.repos.d/CentOS-Base.repoyum clean allyum 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 wgetwget http://oss.QQ:515461845.com/freeswitch/fscentos79.binwget http://oss..QQ:515461845.com/freeswitch/rpms.tartar xvf rpms.tarchmod -R 777 /root/*cd /root/rpms/rpm -ivh --force --nodeps *rpm./fscentos79.bin install
注:oss下载地址常被盗链下载,感兴趣git联系
一行命令安装Freeswitch 1.10.7
GUI界面
开源pbx系统,快速部署上线。