summaryrefslogtreecommitdiff
path: root/orkaudio/config-template.xml
diff options
context:
space:
mode:
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>