mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-22 02:46:30 +00:00
Set nat_enabled = 1 as a default, and add sync 1 to the Cisco 7940 template.
This commit is contained in:
@@ -35,12 +35,15 @@ outbound_proxy: "{$outbound_proxy}"
|
||||
outbound_proxy_port: "{$outbound_proxy_port}"
|
||||
|
||||
# NAT/Firewall Traversal
|
||||
nat_enable: "{$nat_enable}"
|
||||
nat_address: "{$nat_nat_address}"
|
||||
voip_control_port: "5060"
|
||||
start_media_port: "16384"
|
||||
end_media_port: "32768"
|
||||
nat_received_processing: "0"
|
||||
{if isset($nat_enable)}nat_enable: "{$nat_enable}"{else}1{/if}
|
||||
nat_address: "{$nat_nat_address}"
|
||||
|
||||
# Sync value of the phone used for remote reset
|
||||
sync: 1 ; Default 1
|
||||
|
||||
# Proxy Registration (0-disable (default), 1-enable)
|
||||
proxy_register: "1"
|
||||
|
||||
Reference in New Issue
Block a user