Update {$mac}.cfg

Add more provisioning variables to Polycom 5.x template and voicemail transfer soft key.
This commit is contained in:
FusionPBX
2016-08-03 10:05:28 -06:00
committed by GitHub
parent 1f22343263
commit 03d4af5e1f

View File

@@ -61,10 +61,26 @@
/>
<DEVICE_KEYS
attendant.uri=""
attendant.behaviors.display.remoteCallerID.automata="1"
attendant.behaviors.display.remoteCallerID.normal="1"
attendant.behaviors.display.spontaneousCallAppearances.automata="1"
attendant.behaviors.display.spontaneousCallAppearances.normal="0"
{if isset($polycom_remotecallerid_automata)}
attendant.behaviors.display.remoteCallerID.automata="{$polycom_remotecallerid_automata}"
{else}
attendant.behaviors.display.remoteCallerID.automata="0"
{/if}
{if isset($polycom_remotecallerid_normal)}
attendant.behaviors.display.remoteCallerID.normal="{$polycom_remotecallerid_normal}"
{else}
attendant.behaviors.display.remoteCallerID.normal="0"
{/if}
{if isset($polycom_spontaneouscallappearances_automata)}
attendant.behaviors.display.spontaneousCallAppearances.automata="{$polycom_spontaneouscallappearances_automata}"
{else}
attendant.behaviors.display.spontaneousCallAppearances.automata="0"
{/if}
{if isset($polycom_spontaneouscallappearances_normal)}
attendant.behaviors.display.spontaneousCallAppearances.normal="{$polycom_spontaneouscallappearances_normal}"
{else}
attendant.behaviors.display.spontaneousCallAppearances.normal="0"
{/if}
feature.enhancedFeatureKeys.enabled="1"
{foreach $keys as $row}
{if $row.device_key_category == "line"}
@@ -105,4 +121,13 @@
up.headsetMode="{$headset_mode}"{/if}
{if $analog_headset_option != ''}up.analogHeadsetOption="{$analog_headset_option}"{/if}
/>
<SOFT_KEYS
softkey.1.label="VMTransfer"
softkey.1.action="^*99$P1N4$$Trefer$"
softkey.1.enable="1"
softkey.1.use.active="1"
efk.efkprompt.1.label="Voice Mail ID to transfer to:"
efk.efkprompt.1.status="1"
efk.efkprompt.1.type="numeric"
/>
</PHONE>