mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 18:53:49 +00:00
Add key assignment for the Polycom template
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user