summaryrefslogtreecommitdiff
path: root/distribution
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2005-10-25 14:21:57 +0000
committerHenri Herscher <henri@oreka.org>2005-10-25 14:21:57 +0000
commit42885d0a1ad67bdf97ed56c5de84b2f638e88732 (patch)
tree8dd5d74942f24471160879242d6911ca49cb8de7 /distribution
parent52d7ab35e56e7382b5fef52fb92a93d974da69e7 (diff)
First checkin
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@13 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'distribution')
-rw-r--r--distribution/orkaudio-win32-binary/README.txt32
-rw-r--r--distribution/orkaudio-win32-binary/config.xml24
-rw-r--r--distribution/orkaudio-win32-binary/logging.properties41
3 files changed, 97 insertions, 0 deletions
diff --git a/distribution/orkaudio-win32-binary/README.txt b/distribution/orkaudio-win32-binary/README.txt
new file mode 100644
index 0000000..5c6db88
--- /dev/null
+++ b/distribution/orkaudio-win32-binary/README.txt
@@ -0,0 +1,32 @@
+
+Welcome to Oreka, an open media capture and retrieval platform
+
+Copyright (C) 2005, orecx LLC http://www.orecx.com
+
+This program is free software, distributed under the terms of
+the GNU General Public License.
+
+This package is a binary distribution of the oreka audio recording service. Source code can be found at http://sourceforge.net/projects/oreka/
+
+--------------
+How to install
+
+* Download and install winpcap 3.1 (choose the windows installer version). This is a network packet capture library.
+ http://www.winpcap.org
+
+* Unzip this package in a folder of your choice.
+
+* Open a cmd box, navigate to the install directory
+
+* To run on the command line, open a cmd box, navigate to the install directory and issue the following command:
+
+ c:\oreka\orkaudio> OrkAudio.exe debug
+
+* To run as a service, issue the following command:
+
+ c:\oreka\orkaudio> OrkAudio.exe install
+
+* To uninstall service, issue the following command:
+
+ c:\oreka\orkaudio> OrkAudio.exe uninstall
+
diff --git a/distribution/orkaudio-win32-binary/config.xml b/distribution/orkaudio-win32-binary/config.xml
new file mode 100644
index 0000000..a0cc790
--- /dev/null
+++ b/distribution/orkaudio-win32-binary/config.xml
@@ -0,0 +1,24 @@
+<config>
+ <TrackerHostname>hostname</TrackerHostname>
+ <EnableReporting>false</EnableReporting>
+ <ClientTimeout>1000</ClientTimeout>
+ <CapturePluginPath>audiocaptureplugins/</CapturePluginPath>
+ <!--<CapturePlugin>Generator.dll</CapturePlugin>-->
+ <CapturePlugin>VoIP.dll</CapturePlugin>
+ <!--<CapturePlugin>SoundDevice.dll</CapturePlugin>-->
+ <StorageAudioFormat>gsm</StorageAudioFormat>
+ <NumBatchThreads></NumBatchThreads>
+ <DeleteNativeFile>yes</DeleteNativeFile>
+ <AudioSegmentation>false</AudioSegmentation>
+ <AudioSegmentDuration>10</AudioSegmentDuration>
+ <VoIpPlugin>
+ <Device>\Device\NPF_{2FEDB9F0-F584-48A8-B164-117965F80986}</Device>
+ <!--<LanMasks>10.4.3.4, 1.2.3.4</LanMasks>-->
+ <MediaGateways>10.0.0.102</MediaGateways>
+ </VoIpPlugin>
+ <Generator>
+ <NumConcurrentPorts>1</NumConcurrentPorts>
+ <AudioDuration>5</AudioDuration>
+ <AudioFilename>sine.8KHz.pcm.wav</AudioFileName>
+ </Generator>
+</config> \ No newline at end of file
diff --git a/distribution/orkaudio-win32-binary/logging.properties b/distribution/orkaudio-win32-binary/logging.properties
new file mode 100644
index 0000000..3af7841
--- /dev/null
+++ b/distribution/orkaudio-win32-binary/logging.properties
@@ -0,0 +1,41 @@
+
+# console
+log4j.appender.stdout=org.apache.log4j.ConsoleAppender
+log4j.appender.stdout.Target=System.out
+log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
+log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601} %5p %c{1}:%L - %m%n
+
+# main logfile
+log4j.appender.A1=org.apache.log4j.RollingFileAppender
+log4j.appender.A1.File=orkaudio.log
+log4j.appender.A1.MaxFileSize=5000KB
+log4j.appender.A1.MaxBackupIndex=2
+log4j.appender.A1.layout=org.apache.log4j.PatternLayout
+log4j.appender.A1.layout.ConversionPattern=%d{ISO8601} %5p %c{1}:%L - %m%n
+
+# messages logfile
+log4j.appender.messages=org.apache.log4j.RollingFileAppender
+log4j.appender.messages.File=messages.log
+log4j.appender.messages.MaxFileSize=5000KB
+log4j.appender.messages.MaxBackupIndex=2
+log4j.appender.messages.layout=org.apache.log4j.PatternLayout
+log4j.appender.messages.layout.ConversionPattern=%d{ISO8601} %5p %c{1}:%L - %m%n
+
+#tapelist logfile
+log4j.appender.tapelist=org.apache.log4j.RollingFileAppender
+log4j.appender.tapelist.File=tapelist.log
+log4j.appender.tapelist.MaxFileSize=5000KB
+log4j.appender.tapelist.MaxBackupIndex=2
+log4j.appender.tapelist.layout=org.apache.log4j.PatternLayout
+log4j.appender.tapelist.layout.ConversionPattern=%m%n
+
+
+# Set root logger level to DEBUG
+log4j.rootLogger=INFO, A1, stdout
+log4j.logger.reporting=INFO, messages
+log4j.logger.tapelist=INFO, tapelist
+log4j.logger.rtpringbuffer=INFO
+log4j.logger.voip=INFO
+log4j.logger.sipsessions=INFO
+log4j.logger.sipsession=DEBUG
+log4j.logger.sipextraction=DEBUG