summaryrefslogtreecommitdiff
path: root/orkaudio/config-template.xml
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2005-10-24 21:10:39 +0000
committerHenri Herscher <henri@oreka.org>2005-10-24 21:10:39 +0000
commit5229923253c34704218f9f38051c216d24023e16 (patch)
treefab9d9480765864daaa0f52679c88a8df6eae14e /orkaudio/config-template.xml
parentea9085bcc941a5ea566432be42943f0a323a5b63 (diff)
VoIP plugin now tries to associate a SIP call to a capture port that is made of the actual local SIP agent (phone) IP address and TCP port. Before that, a capture port could be made of a gateway or external IP address and TCP port.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@11 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/config-template.xml')
-rw-r--r--orkaudio/config-template.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/orkaudio/config-template.xml b/orkaudio/config-template.xml
index a6f2092..abefe19 100644
--- a/orkaudio/config-template.xml
+++ b/orkaudio/config-template.xml
@@ -1,7 +1,7 @@
<!-- This is an example configuration file for the Oreka orkaudio capture service -->
<!-- Copy this to config.xml and modify according to taste -->
<config>
- <TrackerHostname>hostname</TrackerHostname>
+ <TrackerHostname>localhost</TrackerHostname>
<EnableReporting>true</EnableReporting>
<ClientTimeout>1000</ClientTimeout>
<CapturePluginPath>audiocaptureplugins/</CapturePluginPath>