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 call fails after holding a PSTN call many times in Skype for Business 2016


View products that this article applies to.

Symptoms

Assume that you start a PSTN call in Microsoft Skype for Business 2016. The PSTN user puts the call on hold many times. When you hold the call after the PSTN user takes the call off hold, you may find you can hear the PSTN user, but the PSTN user can't hear you.

↑ Back to the top


Resolution

To fix this issue, install the November 13, 2018, security update for Skype for Business 2016 (KB4461473) and and use one of the following methods:

Method 1

  1. Exit all Microsoft Office applications.
  2. Start Registry Editor:

    • In Windows 10, go to Start, enter regedit in the Search Windows box, and then select regedit.exe in the search results.
    • In Windows 8 and Windows 8.1, move your mouse to the upper-right corner, click Search, type regedit in the search text box, and then click regedit.exe in the search results.
    • In Windows 7, click Start, type regedit in the Search programs and files text box, and then click regedit.exe in the search results.
  3. Locate and then select the following registry subkey:

    HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Lync

    Note In this registry path, <xx.0> corresponds to the Skype for Business version (16.0 = Skype for Business 2016).

  4. On the Edit menu, point to New, and then click DWORD Value.
  5. Type EnableMediationServerCallFlow, and then press Enter.
  6. In the Details pane, right-click EnableMediationServerCallFlow, and then click Modify.
  7. Select Hexadecimal for the base, type 1 in the Value data box, and then click OK.
  8. Exit Registry Editor.

Method 2

Create an in-band provisioning custom CsClientPolicy entry for CsClientPolicy identities that are assigned to users. For example, run commands that resemble the following in Windows PowerShell:

$a = New-CsClientPolicyEntry policy_name EnableMediationServerCallFlow -Value "True"

Set-CsClientPolicy -Identity policy_name -PolicyEntry @{Add=$a}

Note You must sign out and then sign back in to receive the new provisioning settings.

↑ Back to the top


Keywords: kb, kbfix, kbqfe, kbsurveynew, kbexpertiseinter, Skype call fails, Skype call dropping, holds a pstn call many times

↑ Back to the top

Article Info
Article ID : 4469402
Revision : 7
Created on : 11/22/2018
Published on : 11/22/2018
Exists online : False
Views : 197