summaryrefslogtreecommitdiff
path: root/orkaudio/audiocaptureplugins/voip/RtpSession.h
diff options
context:
space:
mode:
Diffstat (limited to 'orkaudio/audiocaptureplugins/voip/RtpSession.h')
-rw-r--r--orkaudio/audiocaptureplugins/voip/RtpSession.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/orkaudio/audiocaptureplugins/voip/RtpSession.h b/orkaudio/audiocaptureplugins/voip/RtpSession.h
index 221c771..42fe9e7 100644
--- a/orkaudio/audiocaptureplugins/voip/RtpSession.h
+++ b/orkaudio/audiocaptureplugins/voip/RtpSession.h
@@ -267,6 +267,8 @@ public:
void StartCaptureOrkuid(CStdString& orkuid);
void PauseCapture(CStdString& party);
void PauseCaptureOrkuid(CStdString& orkuid);
+ void SaveLocalPartyMap(char *oldparty, char *newparty);
+ CStdString GetLocalPartyMap(CStdString& oldlocalparty);
private:
RtpSessionRef findByEndpointIp(struct in_addr endpointIpAddr, int passThruPartyId = 0);
@@ -281,6 +283,7 @@ private:
std::map<CStdString, RtpSessionRef> m_byIpAndPort;
std::map<CStdString, RtpSessionRef> m_byCallId;
std::map<unsigned int, EndpointInfoRef> m_endpoints;
+ std::map<CStdString, CStdString> m_localPartyMap;
LoggerPtr m_log;
AlphaCounter m_alphaCounter;
};