-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.md
More file actions
44 lines (31 loc) · 1.2 KB
/
README.md
File metadata and controls
44 lines (31 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Dispatch System of QianPBX
```
_ ______ ______ __ __
(_) | ___ \| ___ \\ \ / /
__ _ _ __ _ _ __ | |_/ /| |_/ / \ V /
/ _` || | / _` || '_ \ | __/ | ___ \ / \
| (_| || || (_| || | | || | | |_/ // /^\ \
\__, ||_| \__,_||_| |_|\_| \____/ \/ \/
| |
|_|
Your Best Source Asterisk PBX GUI Solution
```

## Usage
> Learn to use `FreePBX` first
先确认 asterisk系统 使用的同名数据库 `asterisk` 里有至少 27 张表(包括 devices), 如果没有, 可以利用项目目录 `utility` 里的表文件创建
```bash
mysql -D asterisk < tables.sql
```
可执行文件需要和配置文件放在一起
```bash
# tree -C -L 2 .
.
├── config
│ └── config.yaml
├── dispatchAst
└── ...
```
## Reference
[1] [see the LAN IP of the phone](https://community.freepbx.org/t/how-to-sip-show-peers-vs-pjsip-show-endpoints-local-lan-ip/78847/10)
[2] [how to create entension in freepbx without gui](https://community.freepbx.org/t/get-list-of-extension-or-create-extension-through-rest-api/42886/10)