summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2005-11-02 20:11:19 +0000
committerHenri Herscher <henri@oreka.org>2005-11-02 20:11:19 +0000
commit1af2d9efb6a30543c0b7783bb82e884886dbac19 (patch)
treef21d5dd0f44522e7e6281a9b8e7af0882b2fb436
parent523eed275bf6defde74f5beaf859e038d91caea3 (diff)
put orkaudio binary release config files in line with latest changes
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@31 09dcff7a-b715-0410-9601-b79a96267cd0
-rw-r--r--distribution/orkaudio-win32-binary/config.xml34
-rw-r--r--distribution/orkaudio-win32-binary/logging.properties1
2 files changed, 25 insertions, 10 deletions
diff --git a/distribution/orkaudio-win32-binary/config.xml b/distribution/orkaudio-win32-binary/config.xml
index a0cc790..b71675c 100644
--- a/distribution/orkaudio-win32-binary/config.xml
+++ b/distribution/orkaudio-win32-binary/config.xml
@@ -1,24 +1,38 @@
<config>
- <TrackerHostname>hostname</TrackerHostname>
- <EnableReporting>false</EnableReporting>
- <ClientTimeout>1000</ClientTimeout>
- <CapturePluginPath>audiocaptureplugins/</CapturePluginPath>
- <!--<CapturePlugin>Generator.dll</CapturePlugin>-->
+ <!-- Uncomment the plugin you want to use -->
<CapturePlugin>VoIP.dll</CapturePlugin>
+ <!--<CapturePlugin>Generator.dll</CapturePlugin>-->
<!--<CapturePlugin>SoundDevice.dll</CapturePlugin>-->
+ <CapturePluginPath>audiocaptureplugins/</CapturePluginPath>
+
+ <!-- Audio file storage format: choose from: native, gsm, ulaw, alaw -->
<StorageAudioFormat>gsm</StorageAudioFormat>
- <NumBatchThreads></NumBatchThreads>
+
+ <!-- If you want to keep native audio files as well as compressed, change this to "no" -->
<DeleteNativeFile>yes</DeleteNativeFile>
+
+ <TrackerHostname>localhost</TrackerHostname>
+ <EnableReporting>false</EnableReporting>
+ <ClientTimeout>1000</ClientTimeout>
+
+ <NumBatchThreads></NumBatchThreads>
+
<AudioSegmentation>false</AudioSegmentation>
<AudioSegmentDuration>10</AudioSegmentDuration>
+
<VoIpPlugin>
- <Device>\Device\NPF_{2FEDB9F0-F584-48A8-B164-117965F80986}</Device>
+ <!-- Microsoft Windows style network device: -->
+ <!--<Device>\Device\NPF_{2FEDB9F0-F584-48A8-B164-117965F80986}</Device>-->
+ <!-- Unix style network device: -->
+ <!--<Device>eth0</Device>-->
+ <!-- LanMasks can be ignored if you have standard LAN addresses (192.168.x.x or 10.x.x.x) -->
<!--<LanMasks>10.4.3.4, 1.2.3.4</LanMasks>-->
- <MediaGateways>10.0.0.102</MediaGateways>
+ <!-- The following is a csv list of your PBX, PSTN gateway or such "gateway" devices -->
+ <!--<MediaGateways>10.0.0.102</MediaGateways>-->
</VoIpPlugin>
- <Generator>
+ <GeneratorPlugin>
<NumConcurrentPorts>1</NumConcurrentPorts>
<AudioDuration>5</AudioDuration>
<AudioFilename>sine.8KHz.pcm.wav</AudioFileName>
- </Generator>
+ </GeneratorPlugin>
</config> \ No newline at end of file
diff --git a/distribution/orkaudio-win32-binary/logging.properties b/distribution/orkaudio-win32-binary/logging.properties
index 3af7841..5cfcebb 100644
--- a/distribution/orkaudio-win32-binary/logging.properties
+++ b/distribution/orkaudio-win32-binary/logging.properties
@@ -39,3 +39,4 @@ log4j.logger.voip=INFO
log4j.logger.sipsessions=INFO
log4j.logger.sipsession=DEBUG
log4j.logger.sipextraction=DEBUG
+log4j.logger.skinny=DEBUG