summaryrefslogtreecommitdiff
path: root/orkaudio/audiocaptureplugins/voip/RtpSession.h
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2006-04-14 20:41:57 +0000
committerHenri Herscher <henri@oreka.org>2006-04-14 20:41:57 +0000
commite826f0fed4ca9c31ff70ffba22b072fc58e4c306 (patch)
tree6b3313997966be3bff8a0174d5e6a39227182579 /orkaudio/audiocaptureplugins/voip/RtpSession.h
parent12ed4e413577cdfabe7123dc8bfe70df05b87fe9 (diff)
OrkAudio now reports local and remote IP addresses for each tape when the voip plugin is used.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@217 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/audiocaptureplugins/voip/RtpSession.h')
-rw-r--r--orkaudio/audiocaptureplugins/voip/RtpSession.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/orkaudio/audiocaptureplugins/voip/RtpSession.h b/orkaudio/audiocaptureplugins/voip/RtpSession.h
index 6e9c739..dc1fcae 100644
--- a/orkaudio/audiocaptureplugins/voip/RtpSession.h
+++ b/orkaudio/audiocaptureplugins/voip/RtpSession.h
@@ -113,6 +113,10 @@ private:
int m_invitorTcpPort;
struct in_addr m_inviteeIp;
int m_inviteeTcpPort;
+ struct in_addr m_localIp;
+ struct in_addr m_remoteIp;
+ //struct in_addr m_localMac;
+ //struct in_addr m_remoteMac;
LoggerPtr m_log;
CStdString m_capturePort;
bool m_started;