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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/orkaudio/audiocaptureplugins/voip/RtpSession.h b/orkaudio/audiocaptureplugins/voip/RtpSession.h
index 6742a58..765b803 100644
--- a/orkaudio/audiocaptureplugins/voip/RtpSession.h
+++ b/orkaudio/audiocaptureplugins/voip/RtpSession.h
@@ -39,6 +39,7 @@ public:
CStdString m_from;
CStdString m_to;
CStdString m_callId;
+ CStdString m_requestUri;
bool m_validated; // true when an RTP stream has been seen for the INVITE
bool m_attrSendonly; // true if the SDP has a:sendonly
std::map<CStdString, CStdString> m_extractedFields;
@@ -167,6 +168,7 @@ public:
ProtocolEnum m_protocol;
CStdString m_localParty;
CStdString m_remoteParty;
+ CStdString m_localEntryPoint;
CStdString m_localPartyName;
CStdString m_remotePartyName;
bool m_localPartyReported;