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.

Skype for Business client doesn't display the "accepted by" information for a Call Queue call that's picked up by one of the call agents


View products that this article applies to.

Summary

We have fixed an issue in which Skype for Business client doesn't display the "accepted by" information for a Call Queue call that's picked up by one of the call agents.

↑ 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 enable this fix, install the Skype for Business Click-To-Run (C2R) Version 1903 (Build 11425.20202) or a later version. 

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: EnableCallQueueNotifyMsAcceptedByOnByeMessage
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 "EnableCallQueueNotifyMsAcceptedByOnByeMessage" -Value "true"
Set-CsClientPolicy -Identity "<ClientPolicyName>" -PolicyEntry @{Add=$x}

↑ Back to the top


Keywords: Call Queue call

↑ Back to the top

Article Info
Article ID : 4499439
Revision : 7
Created on : 4/15/2019
Published on : 4/15/2019
Exists online : False
Views : 244