mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
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>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user