Add {/foreach} and modify static.network.static_dns_enable (#7794)

* W80 Sip Server Template

* Update Template Sip Server

* Restore file header and account settings structure {/foreach}

* correction static.network.static_dns_enable
This commit is contained in:
wouam31200
2026-03-25 20:53:18 +01:00
committed by GitHub
parent 7c2a4d41ae
commit e594e95e44
2 changed files with 2 additions and 1 deletions
@@ -9,7 +9,7 @@ static.network.internet_port.type =
static.network.internet_port.ip =
static.network.internet_port.mask =
static.network.internet_port.gateway =
static.network.static_dns_enable = 1{else}static.network.static_dns_enable = 0{/if}
static.network.static_dns_enable = {if $static_dns_enable}1{else}0{/if}
static.network.primary_dns = {$dns_server_primary}
static.network.secondary_dns = {$dns_server_secondary}
@@ -295,3 +295,4 @@ account.{$row.line_number}.xsi.server_type =
##It configures the server port of the Xtended Services Platform server.
##The default value is 80.Integer from 1 to 65535
account.{$row.line_number}.xsi.port =
{/foreach}