mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-21 18:36:31 +00:00
Rename yealink_rport_1 to yealink_rport. T58W , t5x, and vp530
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
|
||||
@@ -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 ##
|
||||
|
||||
@@ -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}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
|
||||
Reference in New Issue
Block a user