summaryrefslogtreecommitdiff
path: root/orkaudio/audiocaptureplugins/voip/RtpSession.h
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2007-06-20 14:52:23 +0000
committerHenri Herscher <henri@oreka.org>2007-06-20 14:52:23 +0000
commit5467dbb033031c787502eeaa739703e33b00bf79 (patch)
tree607dd429f37c04ef4ff38d9292c77bfe266816b2 /orkaudio/audiocaptureplugins/voip/RtpSession.h
parent3d436f683ca56ce566a7bed92343b0550aeca14d (diff)
Session info updating based on Skinny CallInfoMessage updates is now configurable.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@449 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/audiocaptureplugins/voip/RtpSession.h')
-rw-r--r--orkaudio/audiocaptureplugins/voip/RtpSession.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/orkaudio/audiocaptureplugins/voip/RtpSession.h b/orkaudio/audiocaptureplugins/voip/RtpSession.h
index 7754873..861daad 100644
--- a/orkaudio/audiocaptureplugins/voip/RtpSession.h
+++ b/orkaudio/audiocaptureplugins/voip/RtpSession.h
@@ -163,6 +163,7 @@ private:
bool ChangeCallId(RtpSessionRef& session, unsigned int newId);
void SetMediaAddress(RtpSessionRef& session, struct in_addr mediaIp, unsigned short mediaPort);
CStdString GenerateSkinnyCallId(struct in_addr endpointIp, unsigned int callId);
+ void UpdateSessionWithCallInfo(SkCallInfoStruct*, RtpSessionRef&);
std::map<CStdString, RtpSessionRef> m_byIpAndPort;
std::map<CStdString, RtpSessionRef> m_byCallId;