An open API service indexing awesome lists of open source software.

https://github.com/ch3nnn/freeswitch-incall

呼叫中心 Python版 freeswitch outbound 呼入服务
https://github.com/ch3nnn/freeswitch-incall

freeswitch freeswitch-esl python

Last synced: 12 months ago
JSON representation

呼叫中心 Python版 freeswitch outbound 呼入服务

Awesome Lists containing this project

README

          

# freeswitch-incall
#### Python版 freeswitch outbound 呼入服务

##### freeswitch 配置文件
新增 freeswitch/conf/dialplan/public/1010_inbound.xml
expression 这里配置网关名称
```xml










```

##### 环境依赖
1. python3.8
2. freeswitch v1.10.7

##### 运行命令
```shell
sh runserver.sh
```