mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-05 19:23:49 +00:00
Update y000000000066.cfg
This commit is contained in:
@@ -9,7 +9,6 @@ static.network.cdp.enable =
|
||||
static.network.cdp.packet_interval =
|
||||
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Network IPv6 ##
|
||||
#######################################################################################
|
||||
@@ -22,6 +21,7 @@ static.network.ipv6_internet_port.ip =
|
||||
static.network.ipv6_internet_port.type =
|
||||
static.network.ipv6_prefix =
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Network WiFi ##
|
||||
#######################################################################################
|
||||
@@ -86,7 +86,6 @@ static.network.pc_port.speed_duplex =
|
||||
static.network.internet_port.speed_duplex =
|
||||
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Network LLDP ##
|
||||
#######################################################################################
|
||||
@@ -94,7 +93,6 @@ static.network.lldp.enable =
|
||||
static.network.lldp.packet_interval =
|
||||
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Network VLAN ##
|
||||
#######################################################################################
|
||||
@@ -102,7 +100,6 @@ static.network.vlan.dhcp_enable =
|
||||
static.network.vlan.dhcp_option =
|
||||
static.network.vlan.vlan_change.enable =
|
||||
|
||||
|
||||
static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos}
|
||||
static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id}
|
||||
static.network.vlan.pc_port_enable =
|
||||
@@ -120,7 +117,6 @@ static.network.vpn_enable =
|
||||
static.openvpn.url =
|
||||
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Network 802.1x ##
|
||||
#######################################################################################
|
||||
@@ -133,15 +129,12 @@ static.network.802_1x.eap_fast_provision_mode =
|
||||
static.network.802_1x.anonymous_identity =
|
||||
static.network.802_1x.proxy_eap_logoff.enable =
|
||||
|
||||
|
||||
static.auto_provision.custom.protect =
|
||||
static.auto_provision.custom.sync =
|
||||
static.auto_provision.custom.sync.path =
|
||||
static.auto_provision.custom.upload_method =
|
||||
|
||||
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## ZERO Touch ##
|
||||
#######################################################################################
|
||||
@@ -169,6 +162,7 @@ static.auto_provision.weekly.end_time =
|
||||
static.auto_provision.weekly.begin_time =
|
||||
static.auto_provision.weekly_upgrade_interval =
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Autop Repeat ##
|
||||
#######################################################################################
|
||||
@@ -604,20 +598,24 @@ phone_setting.early_media.rtp_sniffer.timeout=
|
||||
################################################################
|
||||
# NAT&ICE ##
|
||||
################################################################
|
||||
static.sip.nat_turn.enable=
|
||||
static.sip.nat_turn.username=
|
||||
static.sip.nat_turn.password=
|
||||
static.sip.nat_turn.server=
|
||||
static.sip.nat_turn.port=
|
||||
network.static_nat.enable = {if isset($yealink_static_nat)}1{else}0{/if}
|
||||
|
||||
static.sip.nat_stun.enable=
|
||||
static.sip.nat_stun.server = {$stun_server}
|
||||
static.sip.nat_stun.port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
network.static_nat.addr = {$yealink_static_nat}
|
||||
|
||||
ice.enable =
|
||||
|
||||
sip.nat_stun.enable = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
sip.nat_stun.server = {$stun_server}
|
||||
sip.nat_stun.port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
|
||||
static.ice.enable=
|
||||
static.network.static_nat.enable=
|
||||
static.network.static_nat.addr=
|
||||
sip.nat_turn.enable =
|
||||
sip.nat_turn.username =
|
||||
sip.nat_turn.password =
|
||||
sip.nat_turn.server =
|
||||
sip.nat_turn.port =
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## DNS ##
|
||||
@@ -1693,4 +1691,4 @@ directory_setting.gb_gab_directory.enable =
|
||||
directory_setting.gb_pab_directory.enable =
|
||||
directory_setting.gb_pab_directory.priority =
|
||||
search_in_dialing.gb_pab_directory.priority =
|
||||
search_in_dialing.gb_pab_directory.enable =
|
||||
search_in_dialing.gb_pab_directory.enable =
|
||||
|
||||
Reference in New Issue
Block a user