summaryrefslogtreecommitdiff
path: root/orkaudio/audiocaptureplugins/voip/RtpSession.h
diff options
context:
space:
mode:
authorGerald Begumisa <ben_g@users.sourceforge.net>2009-08-18 20:16:48 +0000
committerGerald Begumisa <ben_g@users.sourceforge.net>2009-08-18 20:16:48 +0000
commit6d612d25b50447faffd8a78404dc08f1b9d28151 (patch)
tree1572edb1db9f1ef24444bf839f39295b5551f1e6 /orkaudio/audiocaptureplugins/voip/RtpSession.h
parent631f3cef27c75f011917d21a2b969140fdd45553 (diff)
Added support for recording of Asterisk-DAHDI channels using Xorcom's Asterisk patch.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@635 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/audiocaptureplugins/voip/RtpSession.h')
-rw-r--r--orkaudio/audiocaptureplugins/voip/RtpSession.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/orkaudio/audiocaptureplugins/voip/RtpSession.h b/orkaudio/audiocaptureplugins/voip/RtpSession.h
index 804511c..0c77e85 100644
--- a/orkaudio/audiocaptureplugins/voip/RtpSession.h
+++ b/orkaudio/audiocaptureplugins/voip/RtpSession.h
@@ -186,6 +186,7 @@ public:
bool m_onHold;
bool m_keep;
bool m_nonLookBackSessionStarted;
+ std::list<CStdString> m_otherIpAndPortMappings;
private:
void ProcessMetadataSip(RtpPacketInfoRef&);
@@ -285,6 +286,7 @@ private:
RtpSessionRef findByEndpointIpAndLineInstance(struct in_addr endpointIpAddr, int lineInstance);
bool ChangeCallId(RtpSessionRef& session, unsigned int newId);
void SetMediaAddress(RtpSessionRef& session, struct in_addr mediaIp, unsigned short mediaPort);
+ void MapOtherMediaAddress(RtpSessionRef& session, CStdString& ipAndPort);
CStdString GenerateSkinnyCallId(struct in_addr endpointIp, unsigned int callId);
void UpdateSessionWithCallInfo(SkCallInfoStruct*, RtpSessionRef&);