10 2021 档案
摘要:Installing FreeSWITCH - Package or Source 从apt源安装 apt-get update && apt-get install -y gnupg2 wget lsb-release wget -O - https://files.freeswitch.org/
阅读全文
摘要:本文相关资源下载地址: 点击这里。1. 首先安装docker: 参考这篇文章; 2. 下载docker镜像文件: freeswitch1.10.6-debian10.tar 3. 导入docker镜像文件: docker load -i freeswitch1.10.6-debian10.tar 4
阅读全文
摘要:1. docker pull mariadb 下载docker镜像 2. mkdir -p /home/data/mariadb 建一个目录作为和容器的映射目录 3. docker run --name mariadb -p 3306:3306 -e MYSQL_ROOT_PASSWORD=1234
阅读全文
摘要:rpm -ivh http://mirrors.ustc.edu.cn/epel/epel-release-latest-7.noarch.rpm 可选地址: http://mirrors.ustc.edu.cn/epel/ http://mirrors.zju.edu.cn/epel/ https
阅读全文
摘要:Freeswitch相关资源下载地址下载地址: 链接: https://pan.baidu.com/s/1GM28JA9dYKWDpylCrMMpPQ 提取码: vjeg 包含以下文件: Freeswitch运行环境docker镜像 Freeswitch 1.10.6源码 freeswitch-1.
阅读全文
摘要:1. 首先安装docker: https://www.cnblogs.com/semaphore/p/15375343.html 2. 查找dockerhub上制作好的centos7.9的镜像: dockerd --registry-mirror=https://cr.console.aliyun.
阅读全文
摘要:https://blog.csdn.net/qq_36804653/article/details/104178714
阅读全文
摘要:Docker从1.13版本之后采用时间线的方式作为版本号,分为社区版CE和企业版EE。 社区版是免费提供给个人开发者和小型团体使用的,企业版会提供额外的收费服务。 1. Docker 要求 CentOS 系统的内核版本高于 3.10 ,验证你的CentOS 版本是否支持 Docker: # unam
阅读全文
摘要:本文基于操作系统环境:centos7.9 , 必须具备连接公网的条件,否则无法安装成功。 本文相关资源下载地址,点击这里。 1. 首先安装两个依赖库: Sofia-sip 和 spandsp 说明国内的网络环境访问github不太稳定,可以经过海外主机下载 sofia-sip 和 spandsp 之
阅读全文
摘要:1. systemctl enable freeswitch 2. 进入 /usr/lib/systemd/system/ 目录,编辑Freeswitch启动文件: cd /usr/lib/systemd/system/ vim freeswitch.service 设置使用root用户启动,设置启
阅读全文
摘要:https://blog.csdn.net/edius12/article/details/79180014 很多时候,尤其是在不可访问公网的私有网络条件下,搭建yum源就非常有必要。参考上文,亲测可用。
阅读全文
摘要:EPEL (Extra Packages for Enterprise Linux)是基于Fedora的一个项目,为“红帽系”的操作系统提供额外的软件包,适用于RHEL、CentOS和Scientific Linux. 我们在Centos下使用yum安装时往往找不到rpm的情况,官方的rpm rep
阅读全文
摘要:本文基于 Centos 7.9, Freeswitch依赖的epel源,必须联网才可以使用。 官方推荐的rpm安装方式: yum install -y https://files.freeswitch.org/repo/yum/centos-release/freeswitch-release-re
阅读全文
摘要:1. yum -y install httpd 2. 编辑配置文件:vi /etc/httpd/conf/httpd.conf 修改80主机的根目录为: /home/repo/yum/centos-release 同时开启目录浏览: DocumentRoot "/home/repo/yum/cent
阅读全文
摘要:虚拟机下Centos常见问题: 网络不通 客户端无法连接 无法使用yum安装软件包 排查步骤: 1. 首先检查宿主机网络是否通畅; 2. 停止centos7的NetworkManager服务,只使用 network 服务即可; 不推荐使用可视化界面配置ip地址; service NetworkMan
阅读全文
摘要:https://www.cr173.com/soft/177242.html?_=1509706924 SN: 5A02H-AU243-TZJ49-GTC7K-3C61N 官方下载链接: https://download3.vmware.com/software/wkst/file/VMware-w
阅读全文
摘要:Freeswitch官方出品的学习书籍,英文版: https://files.cnblogs.com/files/blogs/709699/Freeswitch-1.6.zip https://files.cnblogs.com/files/blogs/709699/Freeswitch-1.2.z
阅读全文
摘要:来源:http://gd.zhidao.189.cn/ckb/sj/20190523/1103_402627.html https://www.zhihu.com/zvideo/1355875524091154432
阅读全文

浙公网安备 33010602011771号