From b205f47774120b88b98a6028f16323d6f36fd600 Mon Sep 17 00:00:00 2001 From: rudyweiler Date: Mon, 30 Dec 2024 10:05:21 -0500 Subject: [PATCH] removed hard code settings --- .../provision/grandstream/wp8x6/{$mac}.xml | 37 ++++++++++--------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/resources/templates/provision/grandstream/wp8x6/{$mac}.xml b/resources/templates/provision/grandstream/wp8x6/{$mac}.xml index f89d8e52f7..cc0ed6690e 100644 --- a/resources/templates/provision/grandstream/wp8x6/{$mac}.xml +++ b/resources/templates/provision/grandstream/wp8x6/{$mac}.xml @@ -2,6 +2,8 @@ + + @@ -11,6 +13,7 @@ + @@ -114,7 +117,7 @@ - Yes + @@ -155,7 +158,7 @@ - no + @@ -222,7 +225,7 @@ - Yes + @@ -234,7 +237,7 @@ - InRoute + {$outbound_proxy_primary} @@ -1369,14 +1372,14 @@ - {$grandstream_wifi_essid} + {$grandstream_wifi_essid} - + {$grandstream_wifi_password} @@ -1490,17 +1493,17 @@ - {if $grandstream_ipv_mode=='0'} - BothAndPreferIPv4 - {elseif $grandstream_ipv_mode=='1'} - BothAndPreferIPv6 - {elseif $grandstream_ipv_mode=='2'} - IPv4Only - {elseif $grandstream_ipv_mode=='3'} - IPv6Only - {else} - BothAndPreferIPv4 - {/if} + {if $grandstream_ipv_mode=='0'} + BothAndPreferIPv4 + {elseif $grandstream_ipv_mode=='1'} + BothAndPreferIPv6 + {elseif $grandstream_ipv_mode=='2'} + IPv4Only + {elseif $grandstream_ipv_mode=='3'} + IPv6Only + {else} + BothAndPreferIPv4 + {/if}