Update {$mac}.cfg

This commit is contained in:
FusionPBX 2018-11-01 12:56:41 -06:00 committed by GitHub
parent fd75a07982
commit eb59f1bd26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
reg.{$row.line_number}.address="{$row.user_id}"
reg.{$row.line_number}.label="{$row.display_name}"
{if isset($row.shared_line)}reg.{$row.line_number}.type={$row.outbound_proxy}{else}reg.{$row.line_number}.type="private"{/if}
{if isset($row.shared_line)}reg.{$row.line_number}.type="{$row.shared_line}"{else}reg.{$row.line_number}.type="private"{/if}
reg.{$row.line_number}.thirdPartyName=""
reg.{$row.line_number}.auth.userId="{$row.user_id}"