summaryrefslogtreecommitdiff
path: root/orkbasecxx/Reporting.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orkbasecxx/Reporting.cpp')
-rw-r--r--orkbasecxx/Reporting.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/orkbasecxx/Reporting.cpp b/orkbasecxx/Reporting.cpp
index a0664b6..30243e6 100644
--- a/orkbasecxx/Reporting.cpp
+++ b/orkbasecxx/Reporting.cpp
@@ -168,6 +168,7 @@ void Reporting::AddTapeMessage(MessageRef& messageRef)
pRptTapeMsg->m_localIp = pTapeMsg->m_localIp;
pRptTapeMsg->m_remoteIp = pTapeMsg->m_remoteIp;
pRptTapeMsg->m_nativeCallId = pTapeMsg->m_nativeCallId;
+ pRptTapeMsg->m_onDemand = pTapeMsg->m_onDemand;
// Copy the tags!
std::copy(pTapeMsg->m_tags.begin(), pTapeMsg->m_tags.end(), std::inserter(pRptTapeMsg->m_tags, pRptTapeMsg->m_tags.begin()));
@@ -207,6 +208,7 @@ void Reporting::AddTapeMessage(MessageRef& messageRef)
pRptTapeMsg->m_localIp = pTapeMsg->m_localIp;
pRptTapeMsg->m_remoteIp = pTapeMsg->m_remoteIp;
pRptTapeMsg->m_nativeCallId = pTapeMsg->m_nativeCallId;
+ pRptTapeMsg->m_onDemand = pTapeMsg->m_onDemand;
// Copy the tags!
std::copy(pTapeMsg->m_tags.begin(), pTapeMsg->m_tags.end(), std::inserter(pRptTapeMsg->m_tags, pRptTapeMsg->m_tags.begin()));