Update algom{$mac}.conf

Add provision path and ntp server variables.
This commit is contained in:
FusionPBX 2017-02-06 19:01:51 -07:00 committed by GitHub
parent 322e64e5ab
commit 84b2d8ffb0
1 changed files with 4 additions and 4 deletions

View File

@ -144,17 +144,17 @@ net.http = 1
net.ip = net.ip =
net.mask = net.mask =
net.snmp = 0 net.snmp = 0
net.time = pool.ntp.org net.time = {$ntp_server_primary}
net.vlan.id = 0 net.vlan.id = 0
net.vlan.priority = 0 net.vlan.priority = 0
net.vlan.use = 0 net.vlan.use = 0
prov.auth.pwd = prov.auth.pwd =
prov.auth.user = prov.auth.user =
prov.download.cfgpath = prov.download.cfgpath = {$project_path}app/provision
prov.download.fwpath = prov.download.fwpath =
prov.download.method = http prov.download.method = http
prov.server.method = option66 prov.server.method = static
prov.server.static = prov.server.static = {$domain_name}
prov.use = 1 prov.use = 1
sip.alert1.auth = sip.alert1.auth =
sip.alert1.event = 2 sip.alert1.event = 2