mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
Add setting polycom_restrict_pickup
This commit is contained in:
@@ -185,6 +185,9 @@
|
||||
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 isset($polycom_restrict_pickup)}
|
||||
attendant.restrictPickup="{$polycom_restrict_pickup}"
|
||||
{/if}
|
||||
{else}
|
||||
{if $row.device_key_type != "line"}
|
||||
{if $row.device_key_type == "URL"}
|
||||
|
||||
Reference in New Issue
Block a user