Adjust the provisioning for the polycom vvx templates so that the line type key assignment is more accurate.

This commit is contained in:
Mark Crane
2015-01-29 07:00:21 +00:00
parent e76e4afd43
commit 1d2d13d120

View File

@@ -54,12 +54,12 @@
</attendant.behaviors.display>
</attendant.behaviors>
<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}.label="{$row.device_key_label}"
attendant.resourceList.{$row.device_key_id}.proceedingIsRecipient="0"
attendant.resourceList.{$row.device_key_id}.type="{$row.device_key_type}"
{/if}
{/if}{/if}
{/foreach}>
</attendant.resourceList>