summaryrefslogtreecommitdiff
path: root/orkaudio/audiocaptureplugins/voip/RtpSession.h
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2007-11-07 03:11:43 +0000
committerHenri Herscher <henri@oreka.org>2007-11-07 03:11:43 +0000
commit4ed0fd7e4a2bf147f8b78e1d3a576e3f5ea0a673 (patch)
treed1552fb4c91cc81f9ed1c5819de480b6c21b5a19 /orkaudio/audiocaptureplugins/voip/RtpSession.h
parent233895189cbebd860645ce8972cd9074d5455079 (diff)
Capture port is now set as the three letters tracking ID in VoIP plugin instead of media address. This is because of problems with dynamic media addreses.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@504 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/audiocaptureplugins/voip/RtpSession.h')
-rw-r--r--orkaudio/audiocaptureplugins/voip/RtpSession.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/orkaudio/audiocaptureplugins/voip/RtpSession.h b/orkaudio/audiocaptureplugins/voip/RtpSession.h
index ec6d36f..aff62f6 100644
--- a/orkaudio/audiocaptureplugins/voip/RtpSession.h
+++ b/orkaudio/audiocaptureplugins/voip/RtpSession.h
@@ -118,6 +118,7 @@ public:
bool OrkUidMatches(CStdString &oUid);
bool PartyMatches(CStdString &party);
+ 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;
@@ -167,7 +168,6 @@ private:
//struct in_addr m_localMac;
//struct in_addr m_remoteMac;
LoggerPtr m_log;
- CStdString m_capturePort;
bool m_started;
bool m_stopped;
CStdString m_orkUid;