Microsoft로 로그인
로그인하거나 계정을 만듭니다.
안녕하세요.
다른 계정을 선택합니다.
계정이 여러 개 있음
로그인할 계정을 선택합니다.
영어
죄송합니다. 이 문서는 귀하의 언어로 사용할 수 없습니다.

Symptoms

A media time-out occurs on the Microsoft Office Communications Server 2007 R2, Mediation Server if no Real-Time Transport Protocol (RTP) packets or Real-Time Control Protocol (RTCP) packets are received for 30 seconds. When Office Communications Server 2007 R2, Mediation Server interacts directly with Cisco Call Manager (CCM) through Session Initiation Protocol (SIP), the following scenarios occur.

Note In these scenarios, no RTP packets or RTCP packets are received for a call.

  • For a call that is on hold, the direction attribute is inactive from the perspective of both the Mediation Server and CCM. In this case, CCM does not send any RTP packets or RTCP packets. Existing Mediation Server code ignored the media time-out. Therefore, the call is not dropped.

  • A CCM user joins in an Office Communications Server 2007 R2 conference and then mutes the telephone. Additionally, the direction attribute for the Mediation Server for the interaction with CCM is sendonly. Also, the direction attribute for the telephone is recvonly. In this case, CCM does not send any RTP packets or RTCP packets when the telephone is muted. Therefore, the call is dropped after 30 seconds.

  • An Office Communicator user calls a CCM user who is configured to use Cisco Unity voice mail. When the call is connected to Cisco Unity, the call obtains the original media packets from Cisco Unity. The Office Communicator user is then prompted to leave a voice mail message. However, Cisco Unity does not send any RTP packets or RTCP packets when the Office Communicator user leaves a message. Therefore, a media time-out occurs after 30 seconds and the call is disconnected. After this occurs, the Office Communicator user cannot leave voice mail.

Resolution

To resolve this problem, install the following update:

977937 Description of the cumulative update for Office Communications Server 2007 R2, Mediation Server: April 2010

After you apply this update, the Mediation Server is configured to ignore media time-outs when the server interacts with gateway peers that do not support RTCP.

Status

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

More Information

To make sure that the Mediation Server operates as expected together with gateway peers that do not support RTCP, this fix adds a new configuration file setting to the Mediation Server. This configuration file setting is called GatewayIgnoreMediaTimeout. This setting contains one of two values: True or False. The configuration file is the MediationServerSvc.exe.config file. You should put this file into the directory in which the Mediation Server is installed. To find this directory, search for the Microsoft.RTC.MediationServerCore.dll file.

Note By default, the Mediation Server is installed in the following location on drive C:

C:\Program Files\Microsoft Office Communications Server 2007\Mediation ServerIf this file is set to ignore media time-outs for the gateway side of the Mediation Server, its contents are displayed as follows.

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="GatewayIgnoreMediaTimeout" value="True" />
</appSettings>
</configuration>

If the file does not exist, the default value for GatewayIgnoreMediaTimeout is set to False. If the Mediation Server is set to ignore media time-outs for its gateway side, it will automatically enable session timers for its interactions with its gateway side peer. If the session timers expire, the call is automatically cleared. If the Mediation Server has to ignore media timeouts for its gateway-side interactions, but the session timers do not have to be enabled, a configuration file setting is used. This configuration file setting is called GatewaySessionTimer. This setting contains one of two values: True or False. A False value disables session timers for gateway side interactions.

도움이 더 필요하세요?

더 많은 옵션을 원하세요?

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.

이 정보가 유용한가요?

사용 경험에 어떠한 영향을 주었나요?
제출을 누르면 피드백이 Microsoft 제품과 서비스를 개선하는 데 사용됩니다. IT 관리자는 이 데이터를 수집할 수 있습니다. 개인정보처리방침

의견 주셔서 감사합니다!

×