|
From: Henri H. <he...@or...> - 2009-12-15 17:33:43
|
Gonzalo,
Please add this under the top node of config.xml:
<TapePathNaming>myfixedpathname/<TapePathNaming >
Henri
_____
From: Gonzalo Brusella [mailto:gbr...@gm...]
Sent: 03 December 2009 14:18
To: oreka-devel
Subject: [Oreka-devel] Problems with config file OrkAudio
This is my config.xml file for OrkAudio:
<config>
<CapturePlugin>VoIP.dll</CapturePlugin>
<CapturePluginPath>audiocaptureplugins/</CapturePluginPath>
<StorageAudioFormat>pcmwav</StorageAudioFormat>
<DeleteNativeFile>yes</DeleteNativeFile>
<TrackerHostname>localhost</TrackerHostname>
<EnableReporting>false</EnableReporting>
<ClientTimeout>1000</ClientTimeout>
<NumBatchThreads></NumBatchThreads>
<AudioSegmentation>false</AudioSegmentation>
<AudioSegmentDuration>10</AudioSegmentDuration>
<AudioOutputPath>c:/Audio</AudioOutputPath>
<LookBackRecording>true</LookBackRecording>
<TapeProcessors>BatchProcessing, TapeFileNaming,
Reporting</TapeProcessors>
<TapeFileNaming>[nativecallid],_,[hour],[min],[sec],[remoteparty],_,[localpa
rty],_,[nativecallid]</TapeFileNaming>
<VoIpPlugin>
<Devices>\Device\NPF_{FE02AEB6-6773-4963-9582-E47AC9D05E1C}</Devices>
<MediaGateways>10.10.1.25</MediaGateways>
</VoIpPlugin>
<GeneratorPlugin>
<NumConcurrentPorts>1</NumConcurrentPorts>
<AudioDuration>5</AudioDuration>
<AudioFilename>sine.8KHz.pcm.wav</AudioFilename>
</GeneratorPlugin>
</config>
The problems are:
* Records All The SIP conversations (I need to do it on-demand for a
native call ID) (using the
"http://<Host>:59140/command?type=record&nativecallid=<NativeCallID>" /
"http://<Host>:59140/command?type=stop&nativecallid=<NativeCallID>" method,
that's why I'm setting the LookBackRecording)
* The files are put in c:\Audio\<Year>\<Month>\<Day>\<Hour> path (and
I need to store all the wavs on the same path)
Any help will be really appreciated.
Gonzalo A. Brusella
go...@br...
http://www.brusella.com.ar
|