mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-24 09:28:42 +00:00
Update {$mac}.cfg
This commit is contained in:
@@ -122,8 +122,8 @@ account.1.reg_fail_retry_interval =
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.1.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.1.nat.stun_server = ${stun_server}
|
||||
account.1.nat.stun_port = {if isset($stun_port)}${stun_port}{else}3478{/if}
|
||||
account.1.nat.stun_server = {$stun_server}
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user