summaryrefslogtreecommitdiff
path: root/orkaudio/audiocaptureplugins/voip/RtpSession.h
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2006-04-08 23:46:18 +0000
committerHenri Herscher <henri@oreka.org>2006-04-08 23:46:18 +0000
commit2bf46fc74157e05f696363b0b91a15bf4c1896b5 (patch)
treecde73f231dddb8e520fadfa4f2f971a48b6de72d /orkaudio/audiocaptureplugins/voip/RtpSession.h
parent100bc1845f00147f4cbb7b88574f190a316636b5 (diff)
* Added allowed and blocked CIDR IP address ranges
* Fixed SIP to: field detection issue * Fixed SIP multiple invite issue * replaced sleep by nanosleep * Improved logging git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@212 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/audiocaptureplugins/voip/RtpSession.h')
-rw-r--r--orkaudio/audiocaptureplugins/voip/RtpSession.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/orkaudio/audiocaptureplugins/voip/RtpSession.h b/orkaudio/audiocaptureplugins/voip/RtpSession.h
index 50e979b..6e9c739 100644
--- a/orkaudio/audiocaptureplugins/voip/RtpSession.h
+++ b/orkaudio/audiocaptureplugins/voip/RtpSession.h
@@ -26,7 +26,9 @@ public:
SipInviteInfo();
void ToString(CStdString& string);
- struct in_addr m_fromIp;
+ struct in_addr m_senderIp;
+ struct in_addr m_receiverIp;
+ struct in_addr m_fromRtpIp;
CStdString m_fromRtpPort;
CStdString m_from;
CStdString m_to;