Add key assignment for the Polycom template

This commit is contained in:
Mark Crane
2014-07-20 06:16:44 +00:00
parent 5f788ae6fe
commit bd2810e619

View File

@@ -74,10 +74,15 @@
attendant.behaviors.display.remoteCallerID.normal="1"
attendant.behaviors.display.remoteCallerID.automata="1"
{foreach $keys as $row}
{if $row.device_key_category != "line"}
attendant.reg="1"
attendant.resourceList.1.address=""
attendant.resourceList.1.label="ext1"
attendant.resourceList.1.type="automata"
attendant.resourceList.1.address="{$row.device_key_value}"
attendant.resourceList.1.label="{$row.device_key_label}"
attendant.resourceList.1.type="{$row.device_key_type}"
{/if}
{/foreach}
/>
<msg msg.bypassInstantMessage="1">