Rename yealink_rport_1 to yealink_rport. T58W , t5x, and vp530

This commit is contained in:
FusionPBX
2023-12-11 16:18:27 -07:00
committed by GitHub
parent 3be682c8cd
commit 942a4fc547
3 changed files with 3 additions and 3 deletions

View File

@@ -175,7 +175,7 @@ account.{$row.line_number}.nat.udp_update_time = 30
##It enables or disables NAT Rport feature for account X.0-Disabled,1-Enabled
##The default value is 0.
account.{$row.line_number}.nat.rport = {$yealink_rport_1}
account.{$row.line_number}.nat.rport = {$yealink_rport}
#######################################################################################

View File

@@ -155,7 +155,7 @@ account.{$row.line_number}.nat.udp_update_enable = 3
account.{$row.line_number}.nat.udp_update_time = 30
#Enable or disable the NAT Rport 0-Disabled (default), 1-Enabled
account.{$row.line_number}.nat.rport = {$yealink_rport_1}
account.{$row.line_number}.nat.rport = {$yealink_rport}
#######################################################################################
## AccountX Advance Settings ##

View File

@@ -154,7 +154,7 @@ account.1.nat.udp_update_enable = {if isset($account.1.password)}{if isset($yeal
account.1.nat.udp_update_time = 30
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
account.1.nat.rport = {$yealink_rport_1}
account.1.nat.rport = {$yealink_rport}
#######################################################################################