From 2bf46fc74157e05f696363b0b91a15bf4c1896b5 Mon Sep 17 00:00:00 2001 From: Henri Herscher Date: Sat, 8 Apr 2006 23:46:18 +0000 Subject: * 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 --- orkaudio/audiocaptureplugins/voip/RtpSession.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'orkaudio/audiocaptureplugins/voip/RtpSession.h') 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; -- cgit v1.2.3