Przejdź do głównej zawartości
Pomoc techniczna
Zaloguj się przy użyciu konta Microsoft
Zaloguj się lub utwórz konto.
Witaj,
Wybierz inne konto.
Masz wiele kont
Wybierz konto, za pomocą którego chcesz się zalogować.
angielski
Przepraszamy, ten artykuł nie jest dostępny w Twoim języku.

Symptoms

A Public Switched Telephone Network (PSTN) user (user A) makes a call to a Lync 2010 user (user B). Then, user B forwards or transfers the call to another PSTN user (user C).
In this situation, the call history on the Mediation server only shows the call from user A to user C. The call history does not show any information about user B.

Resolution

To resolve this issue, install the following cumulative updates:  

2502810 Description of the cumulative update for Lync Server 2010, Mediation Server: April 2011

2500442 Description of the update for Lync Server 2010: April 2011

More Information

After you apply the cumulative update, you must configure the Mediation server to pass the referred-by header, which contains the telephone number of user B. To do this, add the following configuration entry in the configuration file on each Mediation server that you intend to enable:

    <appSettings>
                <add key="<FQDN or IP address of the PSTN gateway>.ReferredBySupported" value="true"/>
    </appSettings>

And then restart the Mediation server.

Note If you have more than one PSTN gateway deployed for the Mediation server pool, an entry for each PSTN gateway (with the corresponding PSTN gateway address, as configured in Topology Builder) needs to be added to the configuration file. After you add this entry, the configuration file resembles the following:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <appSettings>
                <add key="<FQDN or IP address of the PSTN gateway>.ReferredBySupported" value="true"/>
    </appSettings>
  <runtime>
    <generatePublisherEvidence enabled="false"/>
  </runtime>
</configuration>

Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

Potrzebujesz dalszej pomocy?

Chcesz uzyskać więcej opcji?

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.

Czy te informacje były pomocne?

Co wpłynęło na Twoje wrażenia?
Jeśli naciśniesz pozycję „Wyślij”, Twoja opinia zostanie użyta do ulepszania produktów i usług firmy Microsoft. Twój administrator IT będzie mógł gromadzić te dane. Oświadczenie o ochronie prywatności.

Dziękujemy za opinię!

×