Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

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.

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}

 

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×