mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-21 18:36:31 +00:00
Remove the network section as its already in the y000 common file.
This commit is contained in:
@@ -1016,39 +1016,6 @@ local_time.time_zone = {$yealink_time_zone}
|
||||
local_time.time_zone_name = {$yealink_time_zone_name}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## NETWORK ##
|
||||
#######################################################################################
|
||||
##0-ipv4, 1-ipv6, 2-ipv4&ipv6
|
||||
network.ip_address_mode = {$yealink_ip_address_mode}
|
||||
|
||||
network.ipv6_prefix = 64
|
||||
network.ipv6_internet_port.type =
|
||||
network.ipv6_internet_port.ip =
|
||||
network.ipv6_internet_port.gateway =
|
||||
network.ipv6_primary_dns =
|
||||
network.ipv6_secondary_dns =
|
||||
network.ipv6_icmp_v6.enable =
|
||||
|
||||
#Configure the WAN port type; 0-DHCP (default), 1-PPPoE, 2-Static IP Address;
|
||||
#Require reboot;
|
||||
network.internet_port.type =
|
||||
|
||||
#Configure the static IP address, subnet mask, gateway and DNS server;
|
||||
#Require Reboot;
|
||||
network.internet_port.ip =
|
||||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
{if isset($dns_server_primary)}
|
||||
network.primary_dns = {$dns_server_primary}
|
||||
{/if}
|
||||
{if isset($dns_server_secondary)}
|
||||
network.secondary_dns = {$dns_server_secondary}
|
||||
{/if}
|
||||
{if isset($dns_server_primary)}
|
||||
network.static_dns_enable = 1
|
||||
{else}network.static_dns_enable = 0
|
||||
{/if}
|
||||
|
||||
#######################################################################################
|
||||
## Account 3 Basic Settings ##
|
||||
@@ -1526,34 +1493,6 @@ account.3.xsi.host =
|
||||
account.3.xsi.server_type =
|
||||
account.3.xsi.port =
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## NETWORK ##
|
||||
#######################################################################################
|
||||
##0-ipv4, 1-ipv6, 2-ipv4&ipv6
|
||||
network.ip_address_mode = 2
|
||||
|
||||
network.ipv6_prefix = 64
|
||||
network.ipv6_internet_port.type =
|
||||
network.ipv6_internet_port.ip =
|
||||
network.ipv6_internet_port.gateway =
|
||||
network.ipv6_primary_dns =
|
||||
network.ipv6_secondary_dns =
|
||||
network.ipv6_icmp_v6.enable =
|
||||
|
||||
#Configure the WAN port type; 0-DHCP (default), 1-PPPoE, 2-Static IP Address;
|
||||
#Require reboot;
|
||||
network.internet_port.type =
|
||||
|
||||
#Configure the static IP address, subnet mask, gateway and DNS server;
|
||||
#Require Reboot;
|
||||
network.internet_port.ip =
|
||||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
{if isset($dns_server_primary)}network.primary_dns = {$dns_server_primary}{/if}
|
||||
|
||||
{if isset($dns_server_secondary)}network.secondary_dns = {$dns_server_secondary}{/if}
|
||||
|
||||
#######################################################################################
|
||||
## Account 4 Basic Settings ##
|
||||
#######################################################################################
|
||||
@@ -2025,34 +1964,6 @@ account.4.xsi.host =
|
||||
account.4.xsi.server_type =
|
||||
account.4.xsi.port =
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## NETWORK ##
|
||||
#######################################################################################
|
||||
##0-ipv4, 1-ipv6, 2-ipv4&ipv6
|
||||
network.ip_address_mode = 2
|
||||
|
||||
network.ipv6_prefix = 64
|
||||
network.ipv6_internet_port.type =
|
||||
network.ipv6_internet_port.ip =
|
||||
network.ipv6_internet_port.gateway =
|
||||
network.ipv6_primary_dns =
|
||||
network.ipv6_secondary_dns =
|
||||
network.ipv6_icmp_v6.enable =
|
||||
|
||||
#Configure the WAN port type; 0-DHCP (default), 1-PPPoE, 2-Static IP Address;
|
||||
#Require reboot;
|
||||
network.internet_port.type =
|
||||
|
||||
#Configure the static IP address, subnet mask, gateway and DNS server;
|
||||
#Require Reboot;
|
||||
network.internet_port.ip =
|
||||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
{if isset($dns_server_primary)}network.primary_dns = {$dns_server_primary}{/if}
|
||||
|
||||
{if isset($dns_server_secondary)}network.secondary_dns = {$dns_server_secondary}{/if}
|
||||
|
||||
#######################################################################################
|
||||
## Account 5 Basic Settings ##
|
||||
#######################################################################################
|
||||
@@ -2524,34 +2435,6 @@ account.5.xsi.host =
|
||||
account.5.xsi.server_type =
|
||||
account.5.xsi.port =
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## NETWORK ##
|
||||
#######################################################################################
|
||||
##0-ipv4, 1-ipv6, 2-ipv4&ipv6
|
||||
network.ip_address_mode = 2
|
||||
|
||||
network.ipv6_prefix = 64
|
||||
network.ipv6_internet_port.type =
|
||||
network.ipv6_internet_port.ip =
|
||||
network.ipv6_internet_port.gateway =
|
||||
network.ipv6_primary_dns =
|
||||
network.ipv6_secondary_dns =
|
||||
network.ipv6_icmp_v6.enable =
|
||||
|
||||
#Configure the WAN port type; 0-DHCP (default), 1-PPPoE, 2-Static IP Address;
|
||||
#Require reboot;
|
||||
network.internet_port.type =
|
||||
|
||||
#Configure the static IP address, subnet mask, gateway and DNS server;
|
||||
#Require Reboot;
|
||||
network.internet_port.ip =
|
||||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
{if isset($dns_server_primary)}network.primary_dns = {$dns_server_primary}{/if}
|
||||
|
||||
{if isset($dns_server_secondary)}network.secondary_dns = {$dns_server_secondary}{/if}
|
||||
|
||||
#######################################################################################
|
||||
## Account 6 Basic Settings ##
|
||||
#######################################################################################
|
||||
@@ -3023,35 +2906,6 @@ account.6.xsi.server_type =
|
||||
account.6.xsi.port =
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## NETWORK ##
|
||||
#######################################################################################
|
||||
##0-ipv4, 1-ipv6, 2-ipv4&ipv6
|
||||
network.ip_address_mode = 2
|
||||
|
||||
network.ipv6_prefix = 64
|
||||
network.ipv6_internet_port.type =
|
||||
network.ipv6_internet_port.ip =
|
||||
network.ipv6_internet_port.gateway =
|
||||
network.ipv6_primary_dns =
|
||||
network.ipv6_secondary_dns =
|
||||
network.ipv6_icmp_v6.enable =
|
||||
|
||||
#Configure the WAN port type; 0-DHCP (default), 1-PPPoE, 2-Static IP Address;
|
||||
#Require reboot;
|
||||
network.internet_port.type =
|
||||
|
||||
#Configure the static IP address, subnet mask, gateway and DNS server;
|
||||
#Require Reboot;
|
||||
network.internet_port.ip =
|
||||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
{if isset($dns_server_primary)}network.primary_dns = {$dns_server_primary}{/if}
|
||||
|
||||
{if isset($dns_server_secondary)}network.secondary_dns = {$dns_server_secondary}{/if}
|
||||
|
||||
{if isset($dns_server_primary)}network.static_dns_enable = 1{else}network.static_dns_enable = 0{/if}
|
||||
|
||||
#######################################################################################
|
||||
## Line Key ##
|
||||
#######################################################################################
|
||||
|
||||
Reference in New Issue
Block a user