Polycom option to set headset_mode in provisioning.
This commit is contained in:
parent
28c4f7ea50
commit
b446035547
|
|
@ -74,5 +74,7 @@
|
||||||
<GENERAL
|
<GENERAL
|
||||||
voIpProt.SIP.specialEvent.checkSync.alwaysReboot="1"
|
voIpProt.SIP.specialEvent.checkSync.alwaysReboot="1"
|
||||||
voice.volume.persist.handset="1"
|
voice.volume.persist.handset="1"
|
||||||
|
{if $headset_mode != ''}up.handsfreeMode="1"
|
||||||
|
up.headsetMode="{$headset_mode}"{/if}
|
||||||
/>
|
/>
|
||||||
</PHONE>
|
</PHONE>
|
||||||
|
|
@ -74,5 +74,7 @@
|
||||||
<GENERAL
|
<GENERAL
|
||||||
voIpProt.SIP.specialEvent.checkSync.alwaysReboot="1"
|
voIpProt.SIP.specialEvent.checkSync.alwaysReboot="1"
|
||||||
voice.volume.persist.handset="1"
|
voice.volume.persist.handset="1"
|
||||||
|
{if $headset_mode != ''}up.handsfreeMode="1"
|
||||||
|
up.headsetMode="{$headset_mode}"{/if}
|
||||||
/>
|
/>
|
||||||
</PHONE>
|
</PHONE>
|
||||||
Loading…
Reference in New Issue