Update {$mac}.cfg (#4534)
changed analog headset to if isset if its not set within the device settings itself then polycom errors this as invalid
This commit is contained in:
parent
5d20fe882d
commit
b1958a47d4
|
|
@ -193,7 +193,7 @@
|
||||||
voice.volume.persist.headset="1"
|
voice.volume.persist.headset="1"
|
||||||
feature.nonVolatileRingerVolume.enabled="1"
|
feature.nonVolatileRingerVolume.enabled="1"
|
||||||
up.headsetMode="{$polycom_headset_mode}"
|
up.headsetMode="{$polycom_headset_mode}"
|
||||||
up.analogHeadsetOption="{$polycom_analog_headset_option}"
|
{if isset($polycom_analog_headset_option)}up.analogHeadsetOption="{$polycom_analog_headset_option}"{/if}
|
||||||
up.oneTouchVoiceMail="{$polycom_one_touch_voicemail}"
|
up.oneTouchVoiceMail="{$polycom_one_touch_voicemail}"
|
||||||
exchange.server.url="0.0.0.0"
|
exchange.server.url="0.0.0.0"
|
||||||
up.warningLevel="2"
|
up.warningLevel="2"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue