Adjust the provisioning for the polycom vvx templates so that the line type key assignment is more accurate.
This commit is contained in:
@@ -54,12 +54,12 @@
|
|||||||
</attendant.behaviors.display>
|
</attendant.behaviors.display>
|
||||||
</attendant.behaviors>
|
</attendant.behaviors>
|
||||||
<attendant.resourceList
|
<attendant.resourceList
|
||||||
{foreach $keys as $row}{if $row.device_key_type != "line"}attendant.resourceList.{$row.device_key_id}.address="{$row.device_key_value}"
|
{foreach $keys as $row}{if $row.device_key_category == "line"}{if $row.device_key_type != "line"}attendant.resourceList.{$row.device_key_id}.address="{$row.device_key_value}"
|
||||||
attendant.resourceList.{$row.device_key_id}.callAddress=""
|
attendant.resourceList.{$row.device_key_id}.callAddress=""
|
||||||
attendant.resourceList.{$row.device_key_id}.label="{$row.device_key_label}"
|
attendant.resourceList.{$row.device_key_id}.label="{$row.device_key_label}"
|
||||||
attendant.resourceList.{$row.device_key_id}.proceedingIsRecipient="0"
|
attendant.resourceList.{$row.device_key_id}.proceedingIsRecipient="0"
|
||||||
attendant.resourceList.{$row.device_key_id}.type="{$row.device_key_type}"
|
attendant.resourceList.{$row.device_key_id}.type="{$row.device_key_type}"
|
||||||
{/if}
|
{/if}{/if}
|
||||||
|
|
||||||
{/foreach}>
|
{/foreach}>
|
||||||
</attendant.resourceList>
|
</attendant.resourceList>
|
||||||
|
|||||||
Reference in New Issue
Block a user