summaryrefslogtreecommitdiff
path: root/orkbasecxx/AudioTape.h
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2007-10-19 20:53:20 +0000
committerHenri Herscher <henri@oreka.org>2007-10-19 20:53:20 +0000
commitc36c4e978f9725324712af259f8c0f0a6f3e9a79 (patch)
tree042db493564d2ce662fe776646a638f5a1d7e112 /orkbasecxx/AudioTape.h
parent7adfc380921d346102a738179f5d0afa83f8b297 (diff)
CapturePorts cannot be hoovered anymore if they contain an active AudioTape. This was made necessary for the non-lookback mode where CapturePorts were destroyed on timeout before the session was stopped by the VoIP plugin. This was leading to start messages without associated stop messages.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@500 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkbasecxx/AudioTape.h')
-rw-r--r--orkbasecxx/AudioTape.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/orkbasecxx/AudioTape.h b/orkbasecxx/AudioTape.h
index 84c0d82..91246d8 100644
--- a/orkbasecxx/AudioTape.h
+++ b/orkbasecxx/AudioTape.h
@@ -93,6 +93,7 @@ public:
CStdString m_remoteIp;
CStdString m_trackingId;
CStdString m_nativeCallId;
+ StateEnum m_state;
TapeResponseRef m_tapeResponse;
@@ -127,7 +128,6 @@ private:
AudioFileRef m_audioFileRef;
ACE_Thread_Mutex m_mutex;
- StateEnum m_state;
bool m_shouldStop;
bool m_readyForBatchProcessing;
CStdString m_orkUid;