summaryrefslogtreecommitdiff
path: root/orkaudio/config-template.xml
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2008-11-27 20:25:09 +0000
committerHenri Herscher <henri@oreka.org>2008-11-27 20:25:09 +0000
commit5571e669cf3e27b0c9e7cb97685ae5fcbe5fced7 (patch)
treef5a3d797bc7b73223839461e58848fffa60564c3 /orkaudio/config-template.xml
parentcee90dc1c327d631829177b9c4a76a069bcb3feb (diff)
AudioOutputPath now points by default to /var/log/orkaudio/audio under Linux or c:\oreka\audio under Windows.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@572 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/config-template.xml')
-rw-r--r--orkaudio/config-template.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/orkaudio/config-template.xml b/orkaudio/config-template.xml
index 866b94e..842aad2 100644
--- a/orkaudio/config-template.xml
+++ b/orkaudio/config-template.xml
@@ -2,9 +2,7 @@
<!-- This is an example configuration file for the Oreka orkaudio capture service on Windows -->
<!-- Copy this to config.xml and modify according to taste -->
- <!-- Change this to point to Tomcat if you run the OrkWeb user interface -->
- <AudioOutputPath>./AudioRecordings</AudioOutputPath>
- <!--<AudioOutputPath>C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\ROOT</AudioOutputPath>-->
+ <AudioOutputPath>c:\oreka\audio</AudioOutputPath>
<!-- Uncomment the plugin you want to use: -->
<!-- Use VoIP.dll for SIP, Cisco Skinny and pure RTP -->
@@ -22,8 +20,8 @@
<DeleteNativeFile>yes</DeleteNativeFile>
<TrackerHostname>localhost</TrackerHostname>
- <EnableReporting>true</EnableReporting>
-
+ <TrackerTcpPort>8080</TrackerTcpPort>
+
<CapturePortFilters>LiveMonitoring</CapturePortFilters>
<TapeProcessors>BatchProcessing, Reporting</TapeProcessors>
@@ -62,7 +60,7 @@
<!--<SipDomains>company.com, 65.34.25.87</SipDomains>-->
<!--<SipDirectionRefenceIpAddresses>65.34.98.56, 65.34.98.57</SipDirectionRefenceIpAddresses>-->
- <!-- Sangoma RTP tap for TDM boards -->
+ <!-- Sangoma wanpipe RTP tap for TDM boards -->
<!--<SangomaRxTcpPortStart>9000</SangomaRxTcpPortStart>-->
<!--<SangomaTxTcpPortStart>11000</SangomaTxTcpPortStart>-->
</VoIpPlugin>