summaryrefslogtreecommitdiff
path: root/orkaudio/audiocaptureplugins/voip/RtpSession.h
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2006-12-12 21:33:13 +0000
committerHenri Herscher <henri@oreka.org>2006-12-12 21:33:13 +0000
commit16b829590e61bf6eabf1396682c8ada60fa380a6 (patch)
treec7791a5bec540ef5a6ca1ece892b681b62625061 /orkaudio/audiocaptureplugins/voip/RtpSession.h
parent8c494bfc4ae7888807ed75f2a738c0b7d5ccc180 (diff)
RTP sessions now check the destination IP address of a packet to determine whether it's side 1. This allows incoming PSTN calls transferred to various IP endpoints to be recorded as one session under two conditions: 1. There is no signalling for the second and subsequent segments and 2. the first RTP packet is sent from an internal endpoint to the PSTN gateway, see remark (1) in RtpSession.cpp.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@370 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/audiocaptureplugins/voip/RtpSession.h')
-rw-r--r--orkaudio/audiocaptureplugins/voip/RtpSession.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/orkaudio/audiocaptureplugins/voip/RtpSession.h b/orkaudio/audiocaptureplugins/voip/RtpSession.h
index f1e0016..d7f9659 100644
--- a/orkaudio/audiocaptureplugins/voip/RtpSession.h
+++ b/orkaudio/audiocaptureplugins/voip/RtpSession.h
@@ -111,8 +111,6 @@ private:
CStdString m_capturePort;
bool m_started;
bool m_stopped;
- unsigned int m_rtpTimestampCorrectiveDelta;
- bool m_rtpTimestampCorrectiveSign;
time_t m_beginDate;
CStdString m_orkUid;
bool m_hasDuplicateRtp;