forked from provisioner/Provisioner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
defaults.json
43 lines (40 loc) · 957 Bytes
/
defaults.json
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
{
"timezone" : "US/Pacific",
"ntp_server" : "time.apple.com",
"dst" : true,
"ringer" : 1,
"custom_ring" : null,
"admin_password" : false,
"user_password" : false,
"logo" : "provisioner.png",
"dialplan" : "",
"language" : "en",
"directory_source" : "http://provisioner.net/phone_directory/",
"network" : {
"use_dhcp" : false,
"static_ip" : {
"ip_address" : null,
"netmask" : null,
"gateway" : null
},
"dns_servers" : {},
"qos" : {},
"vlan" : {
"enabled" : false,
"voice" : 0,
"data" : 0
}
},
"rtp" : {
"start_port" : 0,
"end_port" : 0,
"rport" : true
},
"lines" : {
"0" : {
"display_name" : "New Phone",
"codecs" : ["G729", "PCMU", "PCMA"],
"local_sip_port" : 5060
}
}
}