From 960e134a00df44a2cb3eda87f2d7dcde9fb5156e Mon Sep 17 00:00:00 2001 From: Henri Herscher Date: Wed, 10 Dec 2008 22:45:50 +0000 Subject: Added SipIgnoreBye configuration parameter. Improved BYE logging and made sure 200 OK is only logged in the INFO level if it has valid SDP (otherwise DEBUG). git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@586 09dcff7a-b715-0410-9601-b79a96267cd0 --- orkaudio/audiocaptureplugins/voip/RtpSession.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'orkaudio/audiocaptureplugins/voip/RtpSession.h') diff --git a/orkaudio/audiocaptureplugins/voip/RtpSession.h b/orkaudio/audiocaptureplugins/voip/RtpSession.h index f9286d1..a24c882 100644 --- a/orkaudio/audiocaptureplugins/voip/RtpSession.h +++ b/orkaudio/audiocaptureplugins/voip/RtpSession.h @@ -72,7 +72,12 @@ typedef boost::shared_ptr SipFailureMessageInfoRef; class SipByeInfo { public: + SipByeInfo(); + void ToString(CStdString& string); + CStdString m_callId; + struct in_addr m_senderIp; + struct in_addr m_receiverIp; }; -- cgit v1.2.3