summaryrefslogtreecommitdiff
path: root/orkaudio/audiocaptureplugins/voip/RtpSession.h
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2008-12-10 22:45:50 +0000
committerHenri Herscher <henri@oreka.org>2008-12-10 22:45:50 +0000
commit960e134a00df44a2cb3eda87f2d7dcde9fb5156e (patch)
treea2e8421a3cde7945e2aab894086795dfd907f0d0 /orkaudio/audiocaptureplugins/voip/RtpSession.h
parenta578ceb82ea189a0296eb5bb1bbe70e20cc427a6 (diff)
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
Diffstat (limited to 'orkaudio/audiocaptureplugins/voip/RtpSession.h')
-rw-r--r--orkaudio/audiocaptureplugins/voip/RtpSession.h5
1 files changed, 5 insertions, 0 deletions
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<SipFailureMessageInfo> SipFailureMessageInfoRef;
class SipByeInfo
{
public:
+ SipByeInfo();
+ void ToString(CStdString& string);
+
CStdString m_callId;
+ struct in_addr m_senderIp;
+ struct in_addr m_receiverIp;
};