forked from provisioner/Provisioner
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprovider.json
More file actions
42 lines (39 loc) · 1.02 KB
/
provider.json
File metadata and controls
42 lines (39 loc) · 1.02 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
{
"voicemail_code" : "*97",
"park" : "*2",
"park_pickup" : "*3",
"forward" : "*72",
"lines" : {
"0" : {
"display_name" : "New Kazoo Phone",
"username" : "unknown",
"auth_username" : "new_phone",
"auth_password" : "new_phone1234",
"primary_server" : {
"enabled" : true,
"hostname" : "",
"port" : 5060
},
"backup_server" : {
"enabled" : true,
"hostname" : "",
"port" : 5060
},
"primary_proxy" : {
"enabled" : true,
"hostname" : "",
"port" : 5060
},
"backup_proxy" : {
"enabled" : true,
"hostname" : "",
"port" : 5060
},
"stun_server" : {
"enabled" : true,
"hostname" : "",
"port" : 3678
}
}
}
}