Enhance - provision aastra 9133i (#2787)
provision aastra 9133i based phones (480i 480i CT, 9112i, 9133i) leverage smarty include to common parts have device_edit ignore 'include' folders .htaccess's RewriteRule operates relative to it's dir so anchoring to ^provision is correct even for where fusion is on a sub folder
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# #################
|
||||
# Network Settings
|
||||
# #################
|
||||
|
||||
# === IP network settings ===
|
||||
# dhcp: 1
|
||||
# ip: 192.168.1.100
|
||||
# subnet mask: 255.255.255.0
|
||||
# default gateway: 192.168.1.1
|
||||
{if isset($dns_server_primary)}dns1: {$dns_server_primary}{"\n"}{/if}
|
||||
{if isset($dns_server_secondary)}dns2: {$dns_server_secondary}{"\n"}{/if}
|
||||
|
||||
# === NTP time server settings ===
|
||||
time server disabled: 0 # 0 == enable time server 1 = disable time server
|
||||
time server1: {$ntp_server_primary}
|
||||
time server2: {$ntp_server_secondary}
|
||||
|
||||
# === Advanced Network Settings ===
|
||||
upnp manager: 0 # Enable/Disable Universal Plug and Play
|
||||
lldp: 0 # Enable/Disable Link-Layer Discovery Protocol
|
||||
Reference in New Issue
Block a user