mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Add stun_server variable to the yealink templates.
This commit is contained in:
@@ -116,14 +116,15 @@ account.1.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.1.nat.nat_traversal = 0
|
||||
account.1.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.1.nat.stun_server =
|
||||
account.1.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.1.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.1.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.1.nat.udp_update_enable = 3
|
||||
@@ -572,14 +573,15 @@ account.2.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.2.nat.nat_traversal = 0
|
||||
account.2.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.2.nat.stun_server =
|
||||
account.2.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.2.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.2.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.2.nat.udp_update_enable = 1
|
||||
@@ -1064,14 +1066,15 @@ account.3.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.3.nat.nat_traversal = 0
|
||||
account.3.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.3.nat.stun_server =
|
||||
account.3.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.3.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.3.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.3.nat.udp_update_enable = 1
|
||||
@@ -1547,14 +1550,15 @@ account.4.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.4.nat.nat_traversal = 0
|
||||
account.4.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.4.nat.stun_server =
|
||||
account.4.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.4.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.4.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.4.nat.udp_update_enable = 1
|
||||
@@ -2028,14 +2032,15 @@ account.5.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.5.nat.nat_traversal = 0
|
||||
account.5.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.5.nat.stun_server =
|
||||
account.5.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.5.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.5.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.5.nat.udp_update_enable = 1
|
||||
|
||||
@@ -215,13 +215,13 @@ account.1.compact_header_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.1.nat.nat_traversal =
|
||||
account.1.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.1.nat.stun_server =
|
||||
account.1.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.1.nat.stun_port =
|
||||
account.1.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.1.nat.udp_update_enable = 3
|
||||
@@ -528,13 +528,13 @@ account.2.compact_header_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.2.nat.nat_traversal =
|
||||
account.2.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.2.nat.stun_server =
|
||||
account.2.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.2.nat.stun_port =
|
||||
account.2.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
|
||||
account.2.nat.udp_update_enable =
|
||||
@@ -841,13 +841,13 @@ account.3.compact_header_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.3.nat.nat_traversal =
|
||||
account.3.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.3.nat.stun_server =
|
||||
account.3.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.3.nat.stun_port =
|
||||
account.3.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
|
||||
account.3.nat.udp_update_enable =
|
||||
@@ -1154,13 +1154,13 @@ account.4.compact_header_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.4.nat.nat_traversal =
|
||||
account.4.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.4.nat.stun_server =
|
||||
account.4.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.4.nat.stun_port =
|
||||
account.4.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
|
||||
account.4.nat.udp_update_enable =
|
||||
@@ -1468,13 +1468,13 @@ account.5.compact_header_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.5.nat.nat_traversal =
|
||||
account.5.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.5.nat.stun_server =
|
||||
account.5.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.5.nat.stun_port =
|
||||
account.5.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
|
||||
account.5.nat.udp_update_enable =
|
||||
|
||||
@@ -116,14 +116,15 @@ account.1.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.1.nat.nat_traversal = 0
|
||||
account.1.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.1.nat.stun_server =
|
||||
account.1.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.1.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.1.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.1.nat.udp_update_enable = 3
|
||||
@@ -572,14 +573,15 @@ account.2.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.2.nat.nat_traversal = 0
|
||||
account.2.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.2.nat.stun_server =
|
||||
account.2.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.2.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.2.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.2.nat.udp_update_enable = 1
|
||||
@@ -1064,14 +1066,15 @@ account.3.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.3.nat.nat_traversal = 0
|
||||
account.3.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.3.nat.stun_server =
|
||||
account.3.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.3.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.3.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.3.nat.udp_update_enable = 1
|
||||
@@ -1546,14 +1549,15 @@ account.4.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.4.nat.nat_traversal = 0
|
||||
account.4.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.4.nat.stun_server =
|
||||
account.4.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.4.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.4.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.4.nat.udp_update_enable = 1
|
||||
@@ -2027,14 +2031,15 @@ account.5.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.5.nat.nat_traversal = 0
|
||||
account.5.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.5.nat.stun_server =
|
||||
account.5.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.5.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.5.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.5.nat.udp_update_enable = 1
|
||||
|
||||
@@ -215,13 +215,13 @@ account.1.compact_header_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.1.nat.nat_traversal =
|
||||
account.1.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.1.nat.stun_server =
|
||||
account.1.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.1.nat.stun_port =
|
||||
account.1.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.1.nat.udp_update_enable = 3
|
||||
@@ -528,13 +528,13 @@ account.2.compact_header_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.2.nat.nat_traversal =
|
||||
account.2.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.2.nat.stun_server =
|
||||
account.2.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.2.nat.stun_port =
|
||||
account.2.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
|
||||
account.2.nat.udp_update_enable =
|
||||
@@ -841,13 +841,13 @@ account.3.compact_header_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.3.nat.nat_traversal =
|
||||
account.3.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.3.nat.stun_server =
|
||||
account.3.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.3.nat.stun_port =
|
||||
account.3.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
|
||||
account.3.nat.udp_update_enable =
|
||||
@@ -1155,13 +1155,13 @@ account.4.compact_header_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.4.nat.nat_traversal =
|
||||
account.4.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.4.nat.stun_server =
|
||||
account.4.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.4.nat.stun_port =
|
||||
account.4.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
|
||||
account.4.nat.udp_update_enable =
|
||||
@@ -1469,13 +1469,13 @@ account.5.compact_header_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.5.nat.nat_traversal =
|
||||
account.5.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.5.nat.stun_server =
|
||||
account.5.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.5.nat.stun_port =
|
||||
account.5.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
|
||||
account.5.nat.udp_update_enable =
|
||||
|
||||
@@ -116,13 +116,14 @@ account.1.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.1.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.1.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.1.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
@@ -572,14 +573,15 @@ account.2.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.2.nat.nat_traversal = 0
|
||||
account.2.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.2.nat.stun_server =
|
||||
account.2.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.2.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.2.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.2.nat.udp_update_enable = 1
|
||||
@@ -1064,14 +1066,15 @@ account.3.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.3.nat.nat_traversal = 0
|
||||
account.3.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.3.nat.stun_server =
|
||||
account.3.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.3.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.3.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.3.nat.udp_update_enable = 1
|
||||
@@ -1546,14 +1549,15 @@ account.4.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.4.nat.nat_traversal = 0
|
||||
account.4.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.4.nat.stun_server =
|
||||
account.4.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.4.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.4.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.4.nat.udp_update_enable = 1
|
||||
@@ -2027,14 +2031,15 @@ account.5.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.5.nat.nat_traversal = 0
|
||||
account.5.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.5.nat.stun_server =
|
||||
account.5.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.5.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.5.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.5.nat.udp_update_enable = 1
|
||||
|
||||
@@ -116,14 +116,15 @@ account.1.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.1.nat.nat_traversal = 0
|
||||
account.1.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.1.nat.stun_server =
|
||||
account.1.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.1.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.1.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.1.nat.udp_update_enable = 3
|
||||
@@ -572,14 +573,15 @@ account.2.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.2.nat.nat_traversal = 0
|
||||
account.2.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.2.nat.stun_server =
|
||||
account.2.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.2.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.2.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.2.nat.udp_update_enable = 1
|
||||
@@ -1064,14 +1066,15 @@ account.3.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.3.nat.nat_traversal = 0
|
||||
account.3.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.3.nat.stun_server =
|
||||
account.3.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.3.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.3.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.3.nat.udp_update_enable = 1
|
||||
@@ -1546,14 +1549,15 @@ account.4.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.4.nat.nat_traversal = 0
|
||||
account.4.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.4.nat.stun_server =
|
||||
account.4.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.4.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.4.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.4.nat.udp_update_enable = 1
|
||||
@@ -2027,14 +2031,15 @@ account.5.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.5.nat.nat_traversal = 0
|
||||
account.5.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.5.nat.stun_server =
|
||||
account.5.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.5.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.5.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.5.nat.udp_update_enable = 1
|
||||
|
||||
@@ -215,13 +215,13 @@ account.1.compact_header_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.1.nat.nat_traversal =
|
||||
account.1.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.1.nat.stun_server =
|
||||
account.1.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.1.nat.stun_port =
|
||||
account.1.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.1.nat.udp_update_enable = 3
|
||||
@@ -528,13 +528,13 @@ account.2.compact_header_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.2.nat.nat_traversal =
|
||||
account.2.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.2.nat.stun_server =
|
||||
account.2.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.2.nat.stun_port =
|
||||
account.2.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
|
||||
account.2.nat.udp_update_enable =
|
||||
@@ -841,13 +841,13 @@ account.3.compact_header_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.3.nat.nat_traversal =
|
||||
account.3.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.3.nat.stun_server =
|
||||
account.3.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.3.nat.stun_port =
|
||||
account.3.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
|
||||
account.3.nat.udp_update_enable =
|
||||
@@ -1154,13 +1154,13 @@ account.4.compact_header_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.4.nat.nat_traversal =
|
||||
account.4.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.4.nat.stun_server =
|
||||
account.4.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.4.nat.stun_port =
|
||||
account.4.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
|
||||
account.4.nat.udp_update_enable =
|
||||
@@ -1468,13 +1468,13 @@ account.5.compact_header_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.5.nat.nat_traversal =
|
||||
account.5.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.5.nat.stun_server =
|
||||
account.5.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.5.nat.stun_port =
|
||||
account.5.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
|
||||
account.5.nat.udp_update_enable =
|
||||
|
||||
@@ -116,14 +116,15 @@ account.1.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.1.nat.nat_traversal = 0
|
||||
account.1.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.1.nat.stun_server =
|
||||
account.1.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.1.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.1.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.1.nat.udp_update_enable = 3
|
||||
@@ -572,14 +573,15 @@ account.2.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.2.nat.nat_traversal = 0
|
||||
account.2.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.2.nat.stun_server =
|
||||
account.2.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.2.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.2.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.2.nat.udp_update_enable = 1
|
||||
@@ -1064,14 +1066,15 @@ account.3.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.3.nat.nat_traversal = 0
|
||||
account.3.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.3.nat.stun_server =
|
||||
account.3.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.3.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.3.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.3.nat.udp_update_enable = 1
|
||||
@@ -1546,14 +1549,15 @@ account.4.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.4.nat.nat_traversal = 0
|
||||
account.4.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.4.nat.stun_server =
|
||||
account.4.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.4.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.4.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.4.nat.udp_update_enable = 1
|
||||
@@ -2027,14 +2031,15 @@ account.5.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.5.nat.nat_traversal = 0
|
||||
account.5.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.5.nat.stun_server =
|
||||
account.5.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.5.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.5.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.5.nat.udp_update_enable = 1
|
||||
|
||||
@@ -215,13 +215,13 @@ account.1.compact_header_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.1.nat.nat_traversal =
|
||||
account.1.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.1.nat.stun_server =
|
||||
account.1.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.1.nat.stun_port =
|
||||
account.1.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.1.nat.udp_update_enable = 3
|
||||
@@ -528,13 +528,13 @@ account.2.compact_header_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.2.nat.nat_traversal =
|
||||
account.2.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.2.nat.stun_server =
|
||||
account.2.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.2.nat.stun_port =
|
||||
account.2.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
|
||||
account.2.nat.udp_update_enable =
|
||||
@@ -841,13 +841,13 @@ account.3.compact_header_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.3.nat.nat_traversal =
|
||||
account.3.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.3.nat.stun_server =
|
||||
account.3.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.3.nat.stun_port =
|
||||
account.3.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
|
||||
account.3.nat.udp_update_enable =
|
||||
@@ -1154,13 +1154,13 @@ account.4.compact_header_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.4.nat.nat_traversal =
|
||||
account.4.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.4.nat.stun_server =
|
||||
account.4.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.4.nat.stun_port =
|
||||
account.4.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
|
||||
account.4.nat.udp_update_enable =
|
||||
@@ -1468,13 +1468,13 @@ account.5.compact_header_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.5.nat.nat_traversal =
|
||||
account.5.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.5.nat.stun_server =
|
||||
account.5.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.5.nat.stun_port =
|
||||
account.5.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
|
||||
account.5.nat.udp_update_enable =
|
||||
|
||||
@@ -116,14 +116,15 @@ account.1.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.1.nat.nat_traversal = 0
|
||||
account.1.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.1.nat.stun_server =
|
||||
account.1.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.1.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.1.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.1.nat.udp_update_enable = 3
|
||||
@@ -572,14 +573,15 @@ account.2.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.2.nat.nat_traversal = 0
|
||||
account.2.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.2.nat.stun_server =
|
||||
account.2.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.2.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.2.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.2.nat.udp_update_enable = 1
|
||||
@@ -1064,14 +1066,15 @@ account.3.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.3.nat.nat_traversal = 0
|
||||
account.3.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.3.nat.stun_server =
|
||||
account.3.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.3.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.3.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.3.nat.udp_update_enable = 1
|
||||
@@ -1546,14 +1549,15 @@ account.4.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.4.nat.nat_traversal = 0
|
||||
account.4.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.4.nat.stun_server =
|
||||
account.4.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.4.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.4.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.4.nat.udp_update_enable = 1
|
||||
@@ -2027,14 +2031,15 @@ account.5.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.5.nat.nat_traversal = 0
|
||||
account.5.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.5.nat.stun_server =
|
||||
account.5.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.5.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.5.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.5.nat.udp_update_enable = 1
|
||||
|
||||
@@ -215,13 +215,13 @@ account.1.compact_header_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.1.nat.nat_traversal =
|
||||
account.1.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.1.nat.stun_server =
|
||||
account.1.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.1.nat.stun_port =
|
||||
account.1.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.1.nat.udp_update_enable = 3
|
||||
@@ -528,13 +528,13 @@ account.2.compact_header_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.2.nat.nat_traversal =
|
||||
account.2.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.2.nat.stun_server =
|
||||
account.2.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.2.nat.stun_port =
|
||||
account.2.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
|
||||
account.2.nat.udp_update_enable =
|
||||
@@ -841,13 +841,13 @@ account.3.compact_header_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.3.nat.nat_traversal =
|
||||
account.3.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.3.nat.stun_server =
|
||||
account.3.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.3.nat.stun_port =
|
||||
account.3.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
|
||||
account.3.nat.udp_update_enable =
|
||||
@@ -1154,13 +1154,13 @@ account.4.compact_header_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.4.nat.nat_traversal =
|
||||
account.4.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.4.nat.stun_server =
|
||||
account.4.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.4.nat.stun_port =
|
||||
account.4.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
|
||||
account.4.nat.udp_update_enable =
|
||||
@@ -1468,13 +1468,13 @@ account.5.compact_header_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.5.nat.nat_traversal =
|
||||
account.5.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.5.nat.stun_server =
|
||||
account.5.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.5.nat.stun_port =
|
||||
account.5.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
|
||||
account.5.nat.udp_update_enable =
|
||||
|
||||
@@ -215,13 +215,13 @@ account.1.compact_header_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.1.nat.nat_traversal =
|
||||
account.1.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.1.nat.stun_server =
|
||||
account.1.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.1.nat.stun_port =
|
||||
account.1.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.1.nat.udp_update_enable = 3
|
||||
@@ -528,13 +528,13 @@ account.2.compact_header_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.2.nat.nat_traversal =
|
||||
account.2.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.2.nat.stun_server =
|
||||
account.2.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.2.nat.stun_port =
|
||||
account.2.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
|
||||
account.2.nat.udp_update_enable =
|
||||
@@ -841,13 +841,13 @@ account.3.compact_header_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.3.nat.nat_traversal =
|
||||
account.3.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.3.nat.stun_server =
|
||||
account.3.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.3.nat.stun_port =
|
||||
account.3.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
|
||||
account.3.nat.udp_update_enable =
|
||||
@@ -1154,13 +1154,13 @@ account.4.compact_header_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.4.nat.nat_traversal =
|
||||
account.4.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.4.nat.stun_server =
|
||||
account.4.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.4.nat.stun_port =
|
||||
account.4.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
|
||||
account.4.nat.udp_update_enable =
|
||||
@@ -1468,13 +1468,13 @@ account.5.compact_header_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.5.nat.nat_traversal =
|
||||
account.5.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.5.nat.stun_server =
|
||||
account.5.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.5.nat.stun_port =
|
||||
account.5.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
|
||||
account.5.nat.udp_update_enable =
|
||||
|
||||
@@ -116,14 +116,15 @@ account.1.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.1.nat.nat_traversal = 0
|
||||
account.1.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.1.nat.stun_server =
|
||||
account.1.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.1.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.1.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.1.nat.udp_update_enable = 3
|
||||
@@ -572,14 +573,15 @@ account.2.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.2.nat.nat_traversal = 0
|
||||
account.2.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.2.nat.stun_server =
|
||||
account.2.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.2.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.2.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.2.nat.udp_update_enable = 1
|
||||
@@ -1064,14 +1066,15 @@ account.3.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.3.nat.nat_traversal = 0
|
||||
account.3.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.3.nat.stun_server =
|
||||
account.3.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.3.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.3.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.3.nat.udp_update_enable = 1
|
||||
@@ -1546,14 +1549,15 @@ account.4.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.4.nat.nat_traversal = 0
|
||||
account.4.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.4.nat.stun_server =
|
||||
account.4.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.4.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.4.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.4.nat.udp_update_enable = 1
|
||||
@@ -2027,14 +2031,15 @@ account.5.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.5.nat.nat_traversal = 0
|
||||
account.5.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.5.nat.stun_server =
|
||||
account.5.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.5.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.5.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.5.nat.udp_update_enable = 1
|
||||
|
||||
@@ -116,14 +116,15 @@ account.1.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.1.nat.nat_traversal = 0
|
||||
account.1.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.1.nat.stun_server =
|
||||
account.1.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.1.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.1.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.1.nat.udp_update_enable = 3
|
||||
@@ -572,14 +573,15 @@ account.2.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.2.nat.nat_traversal = 0
|
||||
account.2.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.2.nat.stun_server =
|
||||
account.2.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.2.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.2.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.2.nat.udp_update_enable = 1
|
||||
@@ -1064,14 +1066,15 @@ account.3.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.3.nat.nat_traversal = 0
|
||||
account.3.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.3.nat.stun_server =
|
||||
account.3.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.3.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.3.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.3.nat.udp_update_enable = 1
|
||||
@@ -1546,14 +1549,15 @@ account.4.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.4.nat.nat_traversal = 0
|
||||
account.4.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.4.nat.stun_server =
|
||||
account.4.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.4.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.4.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.4.nat.udp_update_enable = 1
|
||||
@@ -2027,14 +2031,15 @@ account.5.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.5.nat.nat_traversal = 0
|
||||
account.5.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.5.nat.stun_server =
|
||||
account.5.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.5.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.5.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.5.nat.udp_update_enable = 1
|
||||
|
||||
@@ -129,14 +129,15 @@ account.1.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.1.nat.nat_traversal = 0
|
||||
account.1.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.1.nat.stun_server =
|
||||
account.1.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.1.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.1.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.1.nat.udp_update_enable = 3
|
||||
@@ -588,14 +589,15 @@ account.2.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.2.nat.nat_traversal = 0
|
||||
account.2.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.2.nat.stun_server =
|
||||
account.2.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.2.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.2.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.2.nat.udp_update_enable = 1
|
||||
@@ -1080,14 +1082,15 @@ account.3.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.3.nat.nat_traversal = 0
|
||||
account.3.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.3.nat.stun_server =
|
||||
account.3.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.3.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.3.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.3.nat.udp_update_enable = 1
|
||||
@@ -1562,14 +1565,15 @@ account.4.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.4.nat.nat_traversal = 0
|
||||
account.4.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.4.nat.stun_server =
|
||||
account.4.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.4.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.4.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.4.nat.udp_update_enable = 1
|
||||
@@ -2043,14 +2047,15 @@ account.5.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.5.nat.nat_traversal = 0
|
||||
account.5.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.5.nat.stun_server =
|
||||
account.5.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.5.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.5.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.5.nat.udp_update_enable = 1
|
||||
|
||||
@@ -116,14 +116,15 @@ account.1.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.1.nat.nat_traversal = 0
|
||||
account.1.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.1.nat.stun_server =
|
||||
account.1.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.1.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.1.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.1.nat.udp_update_enable = 3
|
||||
@@ -572,14 +573,15 @@ account.2.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.2.nat.nat_traversal = 0
|
||||
account.2.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.2.nat.stun_server =
|
||||
account.2.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.2.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.2.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default),2-Option,3-Notify;
|
||||
account.2.nat.udp_update_enable = 1
|
||||
@@ -1064,14 +1066,15 @@ account.3.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.3.nat.nat_traversal = 0
|
||||
account.3.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.3.nat.stun_server =
|
||||
account.3.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.3.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.3.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default),2-Option,3-Notify;
|
||||
account.3.nat.udp_update_enable = 1
|
||||
@@ -1545,14 +1548,15 @@ account.4.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.4.nat.nat_traversal = 0
|
||||
account.4.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.4.nat.stun_server =
|
||||
account.4.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.4.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.4.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default),2-Option,3-Notify;
|
||||
account.4.nat.udp_update_enable = 1
|
||||
@@ -2026,14 +2030,15 @@ account.5.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.5.nat.nat_traversal = 0
|
||||
account.5.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.5.nat.stun_server =
|
||||
account.5.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.5.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.5.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default),2-Option,3-Notify;
|
||||
account.5.nat.udp_update_enable = 1
|
||||
|
||||
@@ -116,14 +116,15 @@ account.1.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.1.nat.nat_traversal = 0
|
||||
account.1.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.1.nat.stun_server =
|
||||
account.1.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.1.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.1.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.1.nat.udp_update_enable = 3
|
||||
@@ -572,14 +573,15 @@ account.2.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.2.nat.nat_traversal = 0
|
||||
account.2.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.2.nat.stun_server =
|
||||
account.2.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.2.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.2.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default),2-Option,3-Notify;
|
||||
account.2.nat.udp_update_enable = 1
|
||||
@@ -1064,14 +1066,15 @@ account.3.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.3.nat.nat_traversal = 0
|
||||
account.3.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.3.nat.stun_server =
|
||||
account.3.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.3.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.3.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default),2-Option,3-Notify;
|
||||
account.3.nat.udp_update_enable = 1
|
||||
@@ -1546,14 +1549,15 @@ account.4.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.4.nat.nat_traversal = 0
|
||||
account.4.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.4.nat.stun_server =
|
||||
account.4.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.4.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.4.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default),2-Option,3-Notify;
|
||||
account.4.nat.udp_update_enable = 1
|
||||
@@ -2027,14 +2031,15 @@ account.5.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.5.nat.nat_traversal = 0
|
||||
account.5.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.5.nat.stun_server =
|
||||
account.5.nat.stun_port = 3478
|
||||
#Configure the STUN server address.
|
||||
account.5.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.5.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default),2-Option,3-Notify;
|
||||
account.5.nat.udp_update_enable = 1
|
||||
|
||||
@@ -245,13 +245,13 @@ account.1.hoteling.auto_login_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.1.nat.nat_traversal =
|
||||
account.1.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.1.nat.stun_server =
|
||||
account.1.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.1.nat.stun_port =
|
||||
account.1.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.1.nat.udp_update_enable = 3
|
||||
@@ -584,13 +584,13 @@ account.2.hoteling.auto_login_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.2.nat.nat_traversal =
|
||||
account.2.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.2.nat.stun_server =
|
||||
account.2.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.2.nat.stun_port =
|
||||
account.2.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
|
||||
account.2.nat.udp_update_enable =
|
||||
@@ -923,13 +923,13 @@ account.3.hoteling.auto_login_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.3.nat.nat_traversal =
|
||||
account.3.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.3.nat.stun_server =
|
||||
account.3.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.3.nat.stun_port =
|
||||
account.3.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
|
||||
account.3.nat.udp_update_enable =
|
||||
@@ -1262,13 +1262,13 @@ account.4.hoteling.auto_login_enable =
|
||||
#########################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.4.nat.nat_traversal =
|
||||
account.4.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.4.nat.stun_server =
|
||||
account.4.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.4.nat.stun_port =
|
||||
account.4.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
|
||||
account.4.nat.udp_update_enable =
|
||||
|
||||
@@ -139,13 +139,13 @@ account.1.dtmf.info_type =
|
||||
#######################################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.1.nat.nat_traversal =
|
||||
account.1.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.1.nat.stun_server =
|
||||
account.1.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.1.nat.stun_port =
|
||||
account.1.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.1.nat.udp_update_enable = 3
|
||||
@@ -380,13 +380,13 @@ account.2.dtmf.info_type =
|
||||
#######################################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.2.nat.nat_traversal =
|
||||
account.2.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.2.nat.stun_server =
|
||||
account.2.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.2.nat.stun_port =
|
||||
account.2.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
|
||||
account.2.nat.udp_update_enable =
|
||||
@@ -618,13 +618,13 @@ account.3.dtmf.info_type =
|
||||
#######################################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.3.nat.nat_traversal =
|
||||
account.3.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.3.nat.stun_server =
|
||||
account.3.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.3.nat.stun_port =
|
||||
account.3.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
|
||||
account.3.nat.udp_update_enable =
|
||||
@@ -858,13 +858,13 @@ account.4.dtmf.info_type =
|
||||
#######################################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.4.nat.nat_traversal =
|
||||
account.4.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.4.nat.stun_server =
|
||||
account.4.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.4.nat.stun_port =
|
||||
account.4.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
|
||||
account.4.nat.udp_update_enable =
|
||||
@@ -1101,13 +1101,13 @@ account.5.dtmf.info_type =
|
||||
#######################################################################################
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.5.nat.nat_traversal =
|
||||
account.5.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
#Configure the STUN server address.
|
||||
account.5.nat.stun_server =
|
||||
account.5.nat.stun_server = {$stun_server}
|
||||
|
||||
#Configure the STUN server port, the default value is 3478.
|
||||
account.5.nat.stun_port =
|
||||
account.5.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
|
||||
account.5.nat.udp_update_enable =
|
||||
|
||||
Reference in New Issue
Block a user