-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathconfig.json.dist
54 lines (47 loc) · 1003 Bytes
/
config.json.dist
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
45
46
47
48
49
50
51
52
53
54
{
"sip": {
"targets": [
"kamailio.kazoo"
]
},
"webhooks": {
"uri": "http://makebusy.kazoo/make-busy/webhook.php"
},
"sdk": {
"base_url": "http://kazoo.kazoo:8000",
"auth_username": "admin",
"auth_password": "admin",
"auth_realm": "admin"
},
"esl": {
"auth": {
"ip_address": "makebusy-fs-auth.kazoo",
"port": "8021",
"auth_key": "ClueCon"
},
"carrier": {
"ip_address": "makebusy-fs-carrier.kazoo",
"port": "8021",
"auth_key": "ClueCon"
},
"pbx": {
"ip_address": "makebusy-fs-pbx.kazoo",
"port": "8021",
"auth_key": "ClueCon"
}
},
"media": {
"welcome_prompt_path": "/var/www/html/make-busy/prompts/prompts/welcome.wav"
},
"log": {
"log_type": "file",
"log_file": "/tmp/makebusy.log",
"log_name": "php-shared",
"log_stream": 128,
"email": {
"from_address": "app@{{hostname}}",
"to_address": "",
"subject": ""
}
}
}