Update {$mac}.cfg
Add more provisioning variables to Polycom 5.x template and voicemail transfer soft key.
This commit is contained in:
parent
1b6c481a0b
commit
035cd4da19
|
|
@ -61,10 +61,26 @@
|
||||||
/>
|
/>
|
||||||
<DEVICE_KEYS
|
<DEVICE_KEYS
|
||||||
attendant.uri=""
|
attendant.uri=""
|
||||||
attendant.behaviors.display.remoteCallerID.automata="1"
|
{if isset($polycom_remotecallerid_automata)}
|
||||||
attendant.behaviors.display.remoteCallerID.normal="1"
|
attendant.behaviors.display.remoteCallerID.automata="{$polycom_remotecallerid_automata}"
|
||||||
attendant.behaviors.display.spontaneousCallAppearances.automata="1"
|
{else}
|
||||||
attendant.behaviors.display.spontaneousCallAppearances.normal="0"
|
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"
|
feature.enhancedFeatureKeys.enabled="1"
|
||||||
{foreach $keys as $row}
|
{foreach $keys as $row}
|
||||||
{if $row.device_key_category == "line"}
|
{if $row.device_key_category == "line"}
|
||||||
|
|
@ -105,4 +121,13 @@
|
||||||
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}
|
||||||
/>
|
/>
|
||||||
|
<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>
|
</PHONE>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue