Add a line feed to the Yealink T58w after outbound_proxy_enable

This commit is contained in:
FusionPBX
2022-08-10 22:50:55 -06:00
committed by GitHub
parent 59b42035e4
commit 00c9452e13

View File

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