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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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}