summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbeg_g <beg_g@09dcff7a-b715-0410-9601-b79a96267cd0>2009-11-20 16:31:36 +0000
committerbeg_g <beg_g@09dcff7a-b715-0410-9601-b79a96267cd0>2009-11-20 16:31:36 +0000
commit883488af414b51b547661b427aa377a1c505498f (patch)
tree0d235df947becad6cc8ab6f92c04bf318876fdbf
parent3d979dd4fe75b4e4309dd6bf815e040706b6242d (diff)
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
-rw-r--r--orkaudio/audiocaptureplugins/voip/RtpSession.cpp1
1 files changed, 1 insertions, 0 deletions
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);