Update {$mac}.cfg

This commit is contained in:
FusionPBX 2018-08-24 14:23:41 -06:00 committed by GitHub
parent 8243aa16b4
commit bea6e72db7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -3,12 +3,15 @@
<REGISTRATION
reg.{$row.line_number}.serverFeatureControl.cf="{$polycom_feature_key_sync}"
reg.{$row.line_number}.serverFeatureControl.dnd="{$polycom_feature_key_sync}"
reg.{$row.line_number}.serverFeatureControl.dnd="{$polycom_feature_key_sync}"
{foreach $lines as $row}reg.{$row.line_number}.displayName="{$row.display_name}"
reg.{$row.line_number}.address="{$row.user_id}"
reg.{$row.line_number}.label="{$row.display_name}"
reg.{$row.line_number}.type="private"
{if isset($row.shared_line)}reg.{$row.line_number}.type={$row.outbound_proxy}{else}reg.{$row.line_number}.type="private"{/if}
reg.{$row.line_number}.thirdPartyName=""
reg.{$row.line_number}.auth.userId="{$row.user_id}"
reg.{$row.line_number}.auth.password="{$row.password}"
reg.{$row.line_number}.lineKeys="{$line_key_value_{$row.line_number}}"