From 883488af414b51b547661b427aa377a1c505498f Mon Sep 17 00:00:00 2001 From: beg_g Date: Fri, 20 Nov 2009 16:31:36 +0000 Subject: Fixed bug where m_skinnyLastCallInfoTime is not set when the session is first created in ReportSkinnyCallInfo git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@652 09dcff7a-b715-0410-9601-b79a96267cd0 --- orkaudio/audiocaptureplugins/voip/RtpSession.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/orkaudio/audiocaptureplugins/voip/RtpSession.cpp b/orkaudio/audiocaptureplugins/voip/RtpSession.cpp index 5fdca67..35846dc 100644 --- a/orkaudio/audiocaptureplugins/voip/RtpSession.cpp +++ b/orkaudio/audiocaptureplugins/voip/RtpSession.cpp @@ -1891,6 +1891,7 @@ void RtpSessions::ReportSkinnyCallInfo(SkCallInfoStruct* callInfo, IpHeaderStruc session->m_callId = callId; session->m_endPointIp = ipHeader->ip_dest; // CallInfo message always goes from CM to endpoint session->m_protocol = RtpSession::ProtSkinny; + session->m_skinnyLastCallInfoTime = ACE_OS::gettimeofday(); UpdateSessionWithCallInfo(callInfo, session); session->ReportSkinnyCallInfo(callInfo, ipHeader); -- cgit v1.2.3