File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 70
70
71
71
### 一、准备
72
72
73
- 一 、系统
73
+ 1.1 、系统
74
74
75
75
> Centos 7.9 最好是纯净服务器 不然可能会存在依赖装不上或冲突情况
76
76
77
- 二 、防火墙
77
+ 1.2 、防火墙
78
78
79
79
> 参考freeswitch防火墙: https://freeswitch.org/confluence/display/FREESWITCH/Firewall
80
80
99
99
# 也可以直接关闭防火墙
100
100
[root@localhost ~]# systemctl disable --now firewalld
101
101
```
102
-
103
102
### 二、安装FreeSwitch
104
-
105
103
```
106
104
# 下载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
108
106
109
107
# 解压freeswitch
110
108
[root@localhost ~]# tar zxvf freeswitch.tar.gz
@@ -122,9 +120,7 @@ TARGET_PASSWORD="1234" ## SIP账号密码
122
120
# 安装目录
123
121
[root@localhost freeswitch]# cd /usr/local/freeswitch/
124
122
```
125
-
126
123
### 三、FreeSwitch自动增加号码
127
-
128
124
> freeswitch是一个开源的呼叫中心服务,默认号码是1000-1019
129
125
> 只有20个号码时,无法满足时,需要增加号码使用
130
126
You can’t perform that action at this time.
0 commit comments