From 00c9452e133ae39bce1c252db59afd49afc88295 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 10 Aug 2022 22:50:55 -0600 Subject: [PATCH] Add a line feed to the Yealink T58w after outbound_proxy_enable --- resources/templates/provision/yealink/t58w/{$mac}.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/templates/provision/yealink/t58w/{$mac}.cfg b/resources/templates/provision/yealink/t58w/{$mac}.cfg index 14a8be5f20..d24ebc0937 100644 --- a/resources/templates/provision/yealink/t58w/{$mac}.cfg +++ b/resources/templates/provision/yealink/t58w/{$mac}.cfg @@ -19,7 +19,7 @@ account.{$row.line_number}.auth_name = {$row.auth_id} account.{$row.line_number}.user_name = {$row.user_id} account.{$row.line_number}.password = {$row.password} -account.{$row.line_number}.outbound_proxy_enable = {if isset($row.outbound_proxy_primary)}1{else}0{/if} +account.{$row.line_number}.outbound_proxy_enable = {if isset($row.outbound_proxy_primary)}1{else}0{/if}{"\n"} account.{$row.line_number}.outbound_proxy.1.address = {$row.outbound_proxy_primary} {if isset($outbound_proxy_1_port)} account.{$row.line_number}.outbound_proxy.1.port = {$outbound_proxy_1_port}