mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Added provision variable yealink_rport_X so you can enable rport on yealinks per account. Default is OFF so if not set, the behavior stays the same.
This commit is contained in:
@@ -230,7 +230,7 @@ account.1.nat.udp_update_enable =
|
||||
account.1.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.1.nat.rport =
|
||||
account.1.nat.rport = {$yealink_rport_1}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.1.advanced.timer_t1 =
|
||||
@@ -543,7 +543,7 @@ account.2.nat.udp_update_enable =
|
||||
account.2.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.2.nat.rport =
|
||||
account.2.nat.rport = {$yealink_rport_2}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.2.advanced.timer_t1 =
|
||||
@@ -856,7 +856,7 @@ account.3.nat.udp_update_enable =
|
||||
account.3.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.3.nat.rport =
|
||||
account.3.nat.rport = {$yealink_rport_3}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.3.advanced.timer_t1 =
|
||||
@@ -1169,7 +1169,7 @@ account.4.nat.udp_update_enable =
|
||||
account.4.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.4.nat.rport =
|
||||
account.4.nat.rport = {$yealink_rport_4}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.4.advanced.timer_t1 =
|
||||
@@ -1483,7 +1483,7 @@ account.5.nat.udp_update_enable =
|
||||
account.5.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.5.nat.rport =
|
||||
account.5.nat.rport = {$yealink_rport_5}
|
||||
|
||||
#Configure the session timer (in seconds), the default value of T1, T2, T3 is 0.5, 4, 5.
|
||||
account.5.advanced.timer_t1 =
|
||||
@@ -1794,7 +1794,7 @@ account.6.nat.udp_update_enable =
|
||||
account.6.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.6.nat.rport =
|
||||
account.6.nat.rport = {$yealink_rport_6}
|
||||
|
||||
#Configure the session timer (in seconds), the default value of T1, T2, T3 is 0.5, 4, 5.
|
||||
account.6.advanced.timer_t1 =
|
||||
|
||||
@@ -230,7 +230,7 @@ account.1.nat.udp_update_enable =
|
||||
account.1.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.1.nat.rport =
|
||||
account.1.nat.rport = {$yealink_rport_1}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.1.advanced.timer_t1 =
|
||||
@@ -543,7 +543,7 @@ account.2.nat.udp_update_enable =
|
||||
account.2.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.2.nat.rport =
|
||||
account.2.nat.rport = {$yealink_rport_2}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.2.advanced.timer_t1 =
|
||||
@@ -856,7 +856,7 @@ account.3.nat.udp_update_enable =
|
||||
account.3.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.3.nat.rport =
|
||||
account.3.nat.rport = {$yealink_rport_3}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.3.advanced.timer_t1 =
|
||||
@@ -1170,7 +1170,7 @@ account.4.nat.udp_update_enable =
|
||||
account.4.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.4.nat.rport =
|
||||
account.4.nat.rport = {$yealink_rport_4}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.4.advanced.timer_t1 =
|
||||
@@ -1484,7 +1484,7 @@ account.5.nat.udp_update_enable =
|
||||
account.5.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.5.nat.rport =
|
||||
account.5.nat.rport = {$yealink_rport_5}
|
||||
|
||||
#Configure the session timer (in seconds), the default value of T1, T2, T3 is 0.5, 4, 5.
|
||||
account.5.advanced.timer_t1 =
|
||||
@@ -1795,7 +1795,7 @@ account.6.nat.udp_update_enable =
|
||||
account.6.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.6.nat.rport =
|
||||
account.6.nat.rport = {$yealink_rport_6}
|
||||
|
||||
#Configure the session timer (in seconds), the default value of T1, T2, T3 is 0.5, 4, 5.
|
||||
account.6.advanced.timer_t1 =
|
||||
|
||||
@@ -230,7 +230,7 @@ account.1.nat.udp_update_enable =
|
||||
account.1.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.1.nat.rport =
|
||||
account.1.nat.rport = {$yealink_rport_1}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.1.advanced.timer_t1 =
|
||||
@@ -543,7 +543,7 @@ account.2.nat.udp_update_enable =
|
||||
account.2.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.2.nat.rport =
|
||||
account.2.nat.rport = {$yealink_rport_2}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.2.advanced.timer_t1 =
|
||||
@@ -856,7 +856,7 @@ account.3.nat.udp_update_enable =
|
||||
account.3.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.3.nat.rport =
|
||||
account.3.nat.rport = {$yealink_rport_3}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.3.advanced.timer_t1 =
|
||||
@@ -1169,7 +1169,7 @@ account.4.nat.udp_update_enable =
|
||||
account.4.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.4.nat.rport =
|
||||
account.4.nat.rport = {$yealink_rport_4}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.4.advanced.timer_t1 =
|
||||
@@ -1483,7 +1483,7 @@ account.5.nat.udp_update_enable =
|
||||
account.5.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.5.nat.rport =
|
||||
account.5.nat.rport = {$yealink_rport_5}
|
||||
|
||||
#Configure the session timer (in seconds), the default value of T1, T2, T3 is 0.5, 4, 5.
|
||||
account.5.advanced.timer_t1 =
|
||||
@@ -1794,7 +1794,7 @@ account.6.nat.udp_update_enable =
|
||||
account.6.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.6.nat.rport =
|
||||
account.6.nat.rport = {$yealink_rport_6}
|
||||
|
||||
#Configure the session timer (in seconds), the default value of T1, T2, T3 is 0.5, 4, 5.
|
||||
account.6.advanced.timer_t1 =
|
||||
|
||||
@@ -230,7 +230,7 @@ account.1.nat.udp_update_enable =
|
||||
account.1.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.1.nat.rport =
|
||||
account.1.nat.rport = {$yealink_rport_1}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.1.advanced.timer_t1 =
|
||||
@@ -543,7 +543,7 @@ account.2.nat.udp_update_enable =
|
||||
account.2.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.2.nat.rport =
|
||||
account.2.nat.rport = {$yealink_rport_2}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.2.advanced.timer_t1 =
|
||||
@@ -856,7 +856,7 @@ account.3.nat.udp_update_enable =
|
||||
account.3.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.3.nat.rport =
|
||||
account.3.nat.rport = {$yealink_rport_3}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.3.advanced.timer_t1 =
|
||||
@@ -1169,7 +1169,7 @@ account.4.nat.udp_update_enable =
|
||||
account.4.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.4.nat.rport =
|
||||
account.4.nat.rport = {$yealink_rport_4}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.4.advanced.timer_t1 =
|
||||
@@ -1483,7 +1483,7 @@ account.5.nat.udp_update_enable =
|
||||
account.5.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.5.nat.rport =
|
||||
account.5.nat.rport = {$yealink_rport_5}
|
||||
|
||||
#Configure the session timer (in seconds), the default value of T1, T2, T3 is 0.5, 4, 5.
|
||||
account.5.advanced.timer_t1 =
|
||||
@@ -1794,7 +1794,7 @@ account.6.nat.udp_update_enable =
|
||||
account.6.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.6.nat.rport =
|
||||
account.6.nat.rport = {$yealink_rport_6}
|
||||
|
||||
#Configure the session timer (in seconds), the default value of T1, T2, T3 is 0.5, 4, 5.
|
||||
account.6.advanced.timer_t1 =
|
||||
|
||||
@@ -230,7 +230,7 @@ account.1.nat.udp_update_enable =
|
||||
account.1.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.1.nat.rport =
|
||||
account.1.nat.rport = {$yealink_rport_1}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.1.advanced.timer_t1 =
|
||||
@@ -543,7 +543,7 @@ account.2.nat.udp_update_enable =
|
||||
account.2.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.2.nat.rport =
|
||||
account.2.nat.rport = {$yealink_rport_2}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.2.advanced.timer_t1 =
|
||||
@@ -856,7 +856,7 @@ account.3.nat.udp_update_enable =
|
||||
account.3.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.3.nat.rport =
|
||||
account.3.nat.rport = {$yealink_rport_3}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.3.advanced.timer_t1 =
|
||||
@@ -1169,7 +1169,7 @@ account.4.nat.udp_update_enable =
|
||||
account.4.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.4.nat.rport =
|
||||
account.4.nat.rport = {$yealink_rport_4}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.4.advanced.timer_t1 =
|
||||
@@ -1483,7 +1483,7 @@ account.5.nat.udp_update_enable =
|
||||
account.5.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.5.nat.rport =
|
||||
account.5.nat.rport = {$yealink_rport_5}
|
||||
|
||||
#Configure the session timer (in seconds), the default value of T1, T2, T3 is 0.5, 4, 5.
|
||||
account.5.advanced.timer_t1 =
|
||||
@@ -1794,7 +1794,7 @@ account.6.nat.udp_update_enable =
|
||||
account.6.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.6.nat.rport =
|
||||
account.6.nat.rport = {$yealink_rport_6}
|
||||
|
||||
#Configure the session timer (in seconds), the default value of T1, T2, T3 is 0.5, 4, 5.
|
||||
account.6.advanced.timer_t1 =
|
||||
|
||||
@@ -230,7 +230,7 @@ account.1.nat.udp_update_enable =
|
||||
account.1.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.1.nat.rport =
|
||||
account.1.nat.rport = {$yealink_rport_1}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.1.advanced.timer_t1 =
|
||||
@@ -543,7 +543,7 @@ account.2.nat.udp_update_enable =
|
||||
account.2.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.2.nat.rport =
|
||||
account.2.nat.rport = {$yealink_rport_2}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.2.advanced.timer_t1 =
|
||||
@@ -856,7 +856,7 @@ account.3.nat.udp_update_enable =
|
||||
account.3.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.3.nat.rport =
|
||||
account.3.nat.rport = {$yealink_rport_3}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.3.advanced.timer_t1 =
|
||||
@@ -1169,7 +1169,7 @@ account.4.nat.udp_update_enable =
|
||||
account.4.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.4.nat.rport =
|
||||
account.4.nat.rport = {$yealink_rport_4}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.4.advanced.timer_t1 =
|
||||
@@ -1483,7 +1483,7 @@ account.5.nat.udp_update_enable =
|
||||
account.5.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.5.nat.rport =
|
||||
account.5.nat.rport = {$yealink_rport_5}
|
||||
|
||||
#Configure the session timer (in seconds), the default value of T1, T2, T3 is 0.5, 4, 5.
|
||||
account.5.advanced.timer_t1 =
|
||||
@@ -1794,7 +1794,7 @@ account.6.nat.udp_update_enable =
|
||||
account.6.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.6.nat.rport =
|
||||
account.6.nat.rport = {$yealink_rport_6}
|
||||
|
||||
#Configure the session timer (in seconds), the default value of T1, T2, T3 is 0.5, 4, 5.
|
||||
account.6.advanced.timer_t1 =
|
||||
|
||||
@@ -128,7 +128,7 @@ account.1.nat.udp_update_enable = 1
|
||||
account.1.nat.udp_update_time = 30
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.1.nat.rport = 0
|
||||
account.1.nat.rport = {$yealink_rport_1}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
@@ -584,7 +584,7 @@ account.2.nat.udp_update_enable = 1
|
||||
account.2.nat.udp_update_time = 30
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.2.nat.rport = 0
|
||||
account.2.nat.rport = {$yealink_rport_2}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
@@ -1076,7 +1076,7 @@ account.3.nat.udp_update_enable = 1
|
||||
account.3.nat.udp_update_time = 30
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.3.nat.rport = 0
|
||||
account.3.nat.rport = {$yealink_rport_3}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
@@ -1568,7 +1568,7 @@ account.4.nat.udp_update_enable = 1
|
||||
account.4.nat.udp_update_time = 30
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.4.nat.rport = 0
|
||||
account.4.nat.rport = {$yealink_rport_4}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
@@ -2059,7 +2059,7 @@ account.5.nat.udp_update_enable = 1
|
||||
account.5.nat.udp_update_time = 30
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.5.nat.rport = 0
|
||||
account.5.nat.rport = {$yealink_rport_5}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
@@ -2550,7 +2550,7 @@ account.6.nat.udp_update_enable = 1
|
||||
account.6.nat.udp_update_time = 30
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.6.nat.rport = 0
|
||||
account.6.nat.rport = {$yealink_rport_6}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
|
||||
@@ -128,7 +128,7 @@ account.1.nat.udp_update_enable = 1
|
||||
account.1.nat.udp_update_time = 30
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.1.nat.rport = 0
|
||||
account.1.nat.rport = {$yealink_rport_1}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
@@ -584,7 +584,7 @@ account.2.nat.udp_update_enable = 1
|
||||
account.2.nat.udp_update_time = 30
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.2.nat.rport = 0
|
||||
account.2.nat.rport = {$yealink_rport_2}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
@@ -1076,7 +1076,7 @@ account.3.nat.udp_update_enable = 1
|
||||
account.3.nat.udp_update_time = 30
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.3.nat.rport = 0
|
||||
account.3.nat.rport = {$yealink_rport_3}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
@@ -1568,7 +1568,7 @@ account.4.nat.udp_update_enable = 1
|
||||
account.4.nat.udp_update_time = 30
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.4.nat.rport = 0
|
||||
account.4.nat.rport = {$yealink_rport_4}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
@@ -2059,7 +2059,7 @@ account.5.nat.udp_update_enable = 1
|
||||
account.5.nat.udp_update_time = 30
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.5.nat.rport = 0
|
||||
account.5.nat.rport = {$yealink_rport_5}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
@@ -2550,7 +2550,7 @@ account.6.nat.udp_update_enable = 1
|
||||
account.6.nat.udp_update_time = 30
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.6.nat.rport = 0
|
||||
account.6.nat.rport = {$yealink_rport_6}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
|
||||
@@ -128,7 +128,7 @@ account.1.nat.udp_update_enable = 1
|
||||
account.1.nat.udp_update_time = 30
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.1.nat.rport = 0
|
||||
account.1.nat.rport = {$yealink_rport_1}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
@@ -584,7 +584,7 @@ account.2.nat.udp_update_enable = 1
|
||||
account.2.nat.udp_update_time = 30
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.2.nat.rport = 0
|
||||
account.2.nat.rport = {$yealink_rport_2}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
@@ -1076,7 +1076,7 @@ account.3.nat.udp_update_enable = 1
|
||||
account.3.nat.udp_update_time = 30
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.3.nat.rport = 0
|
||||
account.3.nat.rport = {$yealink_rport_3}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
@@ -1568,7 +1568,7 @@ account.4.nat.udp_update_enable = 1
|
||||
account.4.nat.udp_update_time = 30
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.4.nat.rport = 0
|
||||
account.4.nat.rport = {$yealink_rport_4}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
@@ -2059,7 +2059,7 @@ account.5.nat.udp_update_enable = 1
|
||||
account.5.nat.udp_update_time = 30
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.5.nat.rport = 0
|
||||
account.5.nat.rport = {$yealink_rport_5}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
@@ -2550,7 +2550,7 @@ account.6.nat.udp_update_enable = 1
|
||||
account.6.nat.udp_update_time = 30
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.6.nat.rport = 0
|
||||
account.6.nat.rport = {$yealink_rport_6}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
|
||||
@@ -154,7 +154,7 @@ account.1.nat.udp_update_enable =
|
||||
account.1.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.1.nat.rport =
|
||||
account.1.nat.rport = {$yealink_rport_1}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.1.advanced.timer_t1 =
|
||||
@@ -395,7 +395,7 @@ account.2.nat.udp_update_enable =
|
||||
account.2.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.2.nat.rport =
|
||||
account.2.nat.rport = {$yealink_rport_2}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.2.advanced.timer_t1 =
|
||||
@@ -633,7 +633,7 @@ account.3.nat.udp_update_enable =
|
||||
account.3.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.3.nat.rport =
|
||||
account.3.nat.rport = {$yealink_rport_3}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.3.advanced.timer_t1 =
|
||||
@@ -873,7 +873,7 @@ account.4.nat.udp_update_enable =
|
||||
account.4.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.4.nat.rport =
|
||||
account.4.nat.rport = {$yealink_rport_4}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.4.advanced.timer_t1 =
|
||||
@@ -1116,7 +1116,7 @@ account.5.nat.udp_update_enable =
|
||||
account.5.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.5.nat.rport =
|
||||
account.5.nat.rport = {$yealink_rport_5}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.5.advanced.timer_t1 =
|
||||
|
||||
Reference in New Issue
Block a user