From d764c996dab0bb82bf804066153f38b1ad52d065 Mon Sep 17 00:00:00 2001 From: Henri Herscher Date: Thu, 16 Jul 2009 19:22:13 +0000 Subject: Fixed replay problem where some sessions would not get stopped at the end of replay. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@627 09dcff7a-b715-0410-9601-b79a96267cd0 --- orkaudio/audiocaptureplugins/voip/RtpSession.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orkaudio/audiocaptureplugins/voip/RtpSession.cpp b/orkaudio/audiocaptureplugins/voip/RtpSession.cpp index aec9ba2..83632c2 100644 --- a/orkaudio/audiocaptureplugins/voip/RtpSession.cpp +++ b/orkaudio/audiocaptureplugins/voip/RtpSession.cpp @@ -2463,7 +2463,7 @@ void RtpSessions::ReportRtpPacket(RtpPacketInfoRef& rtpPacket) void RtpSessions::StopAll() { - time_t forceExpiryTime = time(NULL) + 2*DLLCONFIG.m_rtpSessionWithSignallingInitialTimeoutSec; + time_t forceExpiryTime = time(NULL) + 2*DLLCONFIG.m_rtpSessionOnHoldTimeOutSec; Hoover(forceExpiryTime); } -- cgit v1.2.3