IPPBX服务器搭建

需要先在CentOS7上运行

https://mirrors.aliyun.com/centos/7/isos/x86_64/ 这个是下载地址

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

cd /root/
yum install -y wget
wget http://oss.bltcall.net/freeswitch/myfs.20220802.centos79.bin
wget http://oss.bltcall.net/freeswitch/rpms.tar
tar xvf rpms.tar
chmod -R 777 /root/*
cd /root/rpms/
rpm -ivh --force --nodeps *rpm
cd ..
./myfs.20220802.centos79.bin install

 

linux关闭selinux分两种情况:
vi /etc/selinux/config

需要先关掉防火墙

修改配置项:SELINUX=disabled,
setenforce 0 临时关闭

版权声明:
作者:west
链接:https://www.asiacro.com/huaweinetwork/26.html
来源:摸鱼哥的快捷站
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>