Skip to content

Commit

Permalink
Update ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liangzyayw authored Oct 10, 2023
1 parent 564d892 commit 9a798ac
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@

### 一、准备

、系统
1.1、系统

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

> 参考freeswitch防火墙: https://freeswitch.org/confluence/display/FREESWITCH/Firewall
Expand All @@ -99,12 +99,10 @@
# 也可以直接关闭防火墙
[root@localhost ~]# systemctl disable --now firewalld
```

### 二、安装FreeSwitch

```
# 下载freeswitch
[root@localhost ~]# wget https://github.com/anyRTC-UseCase/SipRtcProxy/releases/download/freeswitch-V10.0.9/freeswitch.tar.gz
[root@localhost ~]# wget https://github.com/anyRTC-UseCase/SipRtcProxy/releases/download/freeswitch-V1.10.9/freeswitch.tar.gz
# 解压freeswitch
[root@localhost ~]# tar zxvf freeswitch.tar.gz
Expand All @@ -122,9 +120,7 @@ TARGET_PASSWORD="1234" ## SIP账号密码
# 安装目录
[root@localhost freeswitch]# cd /usr/local/freeswitch/
```

### 三、FreeSwitch自动增加号码

>freeswitch是一个开源的呼叫中心服务,默认号码是1000-1019
>只有20个号码时,无法满足时,需要增加号码使用
Expand Down

0 comments on commit 9a798ac

Please sign in to comment.