summaryrefslogtreecommitdiff
path: root/orkaudio/audiocaptureplugins/voip/RtpSession.h
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2008-05-28 02:51:23 +0000
committerHenri Herscher <henri@oreka.org>2008-05-28 02:51:23 +0000
commit29a1c9a43ecb56dbf38b2046a68a4a20bd8493c2 (patch)
treee5a6e6701e7a0349f158ccde9bba3890b0f1d6ae /orkaudio/audiocaptureplugins/voip/RtpSession.h
parentb4e1ba423478f40484319fc1e16583dd4be64132 (diff)
Made sure RTP IP address is tracked by RtpSession at every point in time.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@540 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/audiocaptureplugins/voip/RtpSession.h')
-rw-r--r--orkaudio/audiocaptureplugins/voip/RtpSession.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/orkaudio/audiocaptureplugins/voip/RtpSession.h b/orkaudio/audiocaptureplugins/voip/RtpSession.h
index fb2ba4f..08da190 100644
--- a/orkaudio/audiocaptureplugins/voip/RtpSession.h
+++ b/orkaudio/audiocaptureplugins/voip/RtpSession.h
@@ -131,8 +131,8 @@ public:
CStdString m_capturePort;
CStdString m_trackingId;
- CStdString m_ipAndPort; // IP address and TCP port of one side of the session, serves as a key for session storage and retrieval. Not necessarily the same as the capturePort (capturePort is usually the client (phone) IP+port)
- struct in_addr m_fromRtpIp;
+ CStdString m_ipAndPort; // IP address and UDP port of one side of the RTP session, serves as a key for session storage and retrieval. Not necessarily the same as the capturePort (capturePort is usually the client (phone) IP+port)
+ struct in_addr m_rtpIp; // IP address of one side of the RTP session
CStdString m_callId;
SipInviteInfoRef m_invite;
ACE_Time_Value m_creationDate; // When the session is first created