Skip to content

Commit 9a798ac

Browse files
authored
Update ReadMe.md
1 parent 564d892 commit 9a798ac

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

ReadMe.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@
7070

7171
### 一、准备
7272

73-
、系统
73+
1.1、系统
7474

7575
> Centos 7.9 最好是纯净服务器 不然可能会存在依赖装不上或冲突情况
7676
77-
、防火墙
77+
1.2、防火墙
7878

7979
> 参考freeswitch防火墙: https://freeswitch.org/confluence/display/FREESWITCH/Firewall
8080
@@ -99,12 +99,10 @@
9999
# 也可以直接关闭防火墙
100100
[root@localhost ~]# systemctl disable --now firewalld
101101
```
102-
103102
### 二、安装FreeSwitch
104-
105103
```
106104
# 下载freeswitch
107-
[root@localhost ~]# wget https://github.com/anyRTC-UseCase/SipRtcProxy/releases/download/freeswitch-V10.0.9/freeswitch.tar.gz
105+
[root@localhost ~]# wget https://github.com/anyRTC-UseCase/SipRtcProxy/releases/download/freeswitch-V1.10.9/freeswitch.tar.gz
108106
109107
# 解压freeswitch
110108
[root@localhost ~]# tar zxvf freeswitch.tar.gz
@@ -122,9 +120,7 @@ TARGET_PASSWORD="1234" ## SIP账号密码
122120
# 安装目录
123121
[root@localhost freeswitch]# cd /usr/local/freeswitch/
124122
```
125-
126123
### 三、FreeSwitch自动增加号码
127-
128124
>freeswitch是一个开源的呼叫中心服务,默认号码是1000-1019
129125
>只有20个号码时,无法满足时,需要增加号码使用
130126

0 commit comments

Comments
 (0)