Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Secondary ringer setting is always enabled after you restart Skype for Business 2016


View products that this article applies to.

Symptoms

In Microsoft Skype for Business 2016, assume that you clear the Also ring option under Secondary Ringer in Audio device settings. Then you sign out and restart the Skype for Business 2016 client. You may find the Also ring option is still checked and rings during an incoming call.

↑ Back to the top


Resolution

Important
Follow the steps in this section carefully. Serious problems might occur if you modify the registry incorrectly. Before you modify it, back up the registry for restoration in case problems occur.

To fix this issue, install the May 29, 2019 update for Skype for Business for a Click-to-Run installation. To do this, open an Office program, such as Word, and then select File > Account > Update Options > Update Now.

Note If "Update Options" does not exist in the client, this is an .msi installation.

The screenshot for Update Options

Don’t see your Skype for Business client in the list? Click here for a complete list of clients. Click-to-Run is the recommended way to install the Skype for Business client. You can download the Click-to-Run client from the Office365 Portal.

After you apply the update, create a Group Policy to set the following registry key on clients:

Subkey: HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Lync
Value: DisableSecondaryRingerEnablingByDefaultForHeadset
DWORD data: 1

Alternatively, you can enable this fix by creating a custom policy entry and adding it to the client policy, as follows:

$x = New-CsClientPolicyEntry -Name "DisableSecondaryRingerEnablingByDefaultForHeadset" -Value "true"
Set-CsClientPolicy -Identity "<ClientPolicyName>" -PolicyEntry @{Add=$x}

↑ Back to the top


Keywords: Secondary ringer setting is always enabled

↑ Back to the top

Article Info
Article ID : 4503470
Revision : 8
Created on : 5/30/2019
Published on : 5/30/2019
Exists online : False
Views : 264