Set nat_enabled = 1 as a default, and add sync 1 to the Cisco 7940 template.

This commit is contained in:
markjcrane
2015-11-28 17:53:44 -07:00
parent 6060a160a5
commit 2d876dc7b7

View File

@@ -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"