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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user