summaryrefslogtreecommitdiff
path: root/orkaudio/audiocaptureplugins/voip/RtpSession.h
diff options
context:
space:
mode:
authorGerald Begumisa <ben_g@users.sourceforge.net>2009-08-20 22:10:08 +0000
committerGerald Begumisa <ben_g@users.sourceforge.net>2009-08-20 22:10:08 +0000
commiteec7b116d5db1716810a3210b1e895be309cb39c (patch)
tree3ceb98b75328b8dcf4922cee6be1149f9ab8b5ed /orkaudio/audiocaptureplugins/voip/RtpSession.h
parent6d612d25b50447faffd8a78404dc08f1b9d28151 (diff)
Added a parameter to the tape message called "ondemand". This parameter is reported to orktrack. When a recording has been started by the API, instead of automatically, this parameter is set to 'true'.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@636 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 0c77e85..792156c 100644
--- a/orkaudio/audiocaptureplugins/voip/RtpSession.h
+++ b/orkaudio/audiocaptureplugins/voip/RtpSession.h
@@ -157,6 +157,7 @@ public:
void UpdateMetadataSkinny();
void ReportSkinnyCallInfo(SkCallInfoStruct*, IpHeaderStruct* ipHeader);
CStdString GetOrkUid();
+ void MarkAsOnDemand();
CStdString m_capturePort;
CStdString m_trackingId;
@@ -186,6 +187,7 @@ public:
bool m_onHold;
bool m_keep;
bool m_nonLookBackSessionStarted;
+ bool m_onDemand;
std::list<CStdString> m_otherIpAndPortMappings;
private: