Update the polycom templates.

This commit is contained in:
markjcrane
2016-08-26 14:09:56 -06:00
parent 1e0c722cb7
commit b078990f97
2 changed files with 34 additions and 32 deletions
@@ -85,8 +85,7 @@
attendant.behaviors.display.spontaneousCallAppearances.normal="0" attendant.behaviors.display.spontaneousCallAppearances.normal="0"
{/if} {/if}
feature.enhancedFeatureKeys.enabled="1" feature.enhancedFeatureKeys.enabled="1"
{foreach $keys as $row} {foreach $keys["line"] as $row}
{if $row.device_key_category == "line"}
{if $row.device_key_type == "automata" || $row.device_key_type == "normal"} {if $row.device_key_type == "automata" || $row.device_key_type == "normal"}
attendant.resourceList.{$row.device_key_id}.address="{$row.device_key_value}" attendant.resourceList.{$row.device_key_id}.address="{$row.device_key_value}"
attendant.resourceList.{$row.device_key_id}.callAddress="" attendant.resourceList.{$row.device_key_id}.callAddress=""
@@ -103,7 +102,6 @@
{/if} {/if}
{/if} {/if}
{/if} {/if}
{/if}
{/foreach} {/foreach}
/> />
<MULTICAST_PAGING <MULTICAST_PAGING
@@ -124,6 +122,12 @@
{if $headset_mode != ''}up.handsfreeMode="1" {if $headset_mode != ''}up.handsfreeMode="1"
up.headsetMode="{$headset_mode}"{/if} up.headsetMode="{$headset_mode}"{/if}
{if $analog_headset_option != ''}up.analogHeadsetOption="{$analog_headset_option}"{/if} {if $analog_headset_option != ''}up.analogHeadsetOption="{$analog_headset_option}"{/if}
{if isset($polycom_onetouchvoicemail)}
up.oneTouchVoiceMail="{$polycom_onetouchvoicemail}"
{else}
up.oneTouchVoiceMail="0"
{/if}
/> />
<SOFT_KEYS <SOFT_KEYS
softkey.1.label="VMTransfer" softkey.1.label="VMTransfer"
@@ -85,8 +85,7 @@
attendant.behaviors.display.spontaneousCallAppearances.normal="0" attendant.behaviors.display.spontaneousCallAppearances.normal="0"
{/if} {/if}
feature.enhancedFeatureKeys.enabled="1" feature.enhancedFeatureKeys.enabled="1"
{foreach $keys as $row} {foreach $keys["line"] as $row}
{if $row.device_key_category == "line"}
{if $row.device_key_type == "automata" || $row.device_key_type == "normal"} {if $row.device_key_type == "automata" || $row.device_key_type == "normal"}
attendant.resourceList.{$row.device_key_id}.address="{$row.device_key_value}" attendant.resourceList.{$row.device_key_id}.address="{$row.device_key_value}"
attendant.resourceList.{$row.device_key_id}.callAddress="" attendant.resourceList.{$row.device_key_id}.callAddress=""
@@ -103,7 +102,6 @@
{/if} {/if}
{/if} {/if}
{/if} {/if}
{/if}
{/foreach} {/foreach}
/> />
<MULTICAST_PAGING <MULTICAST_PAGING