summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2007-09-19 18:29:47 +0000
committerHenri Herscher <henri@oreka.org>2007-09-19 18:29:47 +0000
commit92876587193f588bb1fd34853861f3fedea25b6a (patch)
treee73a53676396fbda30c86193619b41bd28b979eb
parentd9e471cb8b3a7e79407b9614212d6b93a2b69427 (diff)
Reporting now enabled by default as a Tape Processor in config.xml
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@493 09dcff7a-b715-0410-9601-b79a96267cd0
-rw-r--r--distribution/orkaudio-win32-binary/config.xml2
-rw-r--r--orkaudio/config-linux-template.xml2
-rw-r--r--orkaudio/config-template.xml4
3 files changed, 4 insertions, 4 deletions
diff --git a/distribution/orkaudio-win32-binary/config.xml b/distribution/orkaudio-win32-binary/config.xml
index e653b25..7520768 100644
--- a/distribution/orkaudio-win32-binary/config.xml
+++ b/distribution/orkaudio-win32-binary/config.xml
@@ -17,7 +17,7 @@
<DeleteNativeFile>yes</DeleteNativeFile>
<TrackerHostname>localhost</TrackerHostname>
- <EnableReporting>false</EnableReporting>
+ <EnableReporting>true</EnableReporting>
<ClientTimeout>1000</ClientTimeout>
<NumBatchThreads></NumBatchThreads>
diff --git a/orkaudio/config-linux-template.xml b/orkaudio/config-linux-template.xml
index 2501ce5..7cd689e 100644
--- a/orkaudio/config-linux-template.xml
+++ b/orkaudio/config-linux-template.xml
@@ -26,7 +26,7 @@
<BatchProcessingEnhancePriority>true</BatchProcessingEnhancePriority>
<CapturePortFilters>LiveMonitoring</CapturePortFilters>
- <TapeProcessors>BatchProcessing</TapeProcessors>
+ <TapeProcessors>BatchProcessing, Reporting</TapeProcessors>
<VoIpPlugin>
<!-- Set the option below to "false" to disable IAX2 support -->
diff --git a/orkaudio/config-template.xml b/orkaudio/config-template.xml
index 4b04a08..a606223 100644
--- a/orkaudio/config-template.xml
+++ b/orkaudio/config-template.xml
@@ -17,13 +17,13 @@
<DeleteNativeFile>yes</DeleteNativeFile>
<TrackerHostname>localhost</TrackerHostname>
- <EnableReporting>false</EnableReporting>
+ <EnableReporting>true</EnableReporting>
<AudioSegmentation>false</AudioSegmentation>
<AudioSegmentDuration>10</AudioSegmentDuration>
<CapturePortFilters>LiveMonitoring</CapturePortFilters>
- <TapeProcessors>BatchProcessing</TapeProcessors>
+ <TapeProcessors>BatchProcessing, Reporting</TapeProcessors>
<VoIpPlugin>
<!-- Set the option below to "false" to disable IAX2 support -->