|
From: Tzafrir C. <tza...@xo...> - 2009-09-18 14:16:25
|
On Thu, Sep 17, 2009 at 04:06:52PM -0400, Henri Herscher wrote:
> Tzafir,
>
> This object is initialize both in Initialize() and in Configure(), I wonder
> how you managed to get it null?
> Did you run OrkAudio without a config file or something? How did you manage
> to get this segfault?
I have config files. I ran as root:
/home/tzafrir/Proj/Asterisk/Oreka/oreka-trunk/orkaudio/orkaudio debug
The working directory has no config files.
$ ls -l /etc/orkaudio/
-rw-r--r-- 1 root root 3062 2009-09-07 11:12 config-linux-template.xml
-rw-r--r-- 1 root root 3243 2009-09-17 11:57 config.xml
-rw-r--r-- 1 root root 1957 2009-09-01 21:57 logging-linux-template.properties
-rw-r--r-- 1 root root 1957 2009-09-14 13:30 logging.properties
Relevant lines in config.xml:
<config>
<AudioOutputPath>/var/log/orkaudio/audio</AudioOutputPath>
<CapturePlugin>libvoip.so</CapturePlugin>
<CapturePluginPath>/usr/lib/orkaudio</CapturePluginPath>
<CapturePluginPath>/home/tzafrir/Proj/Asterisk/Oreka/oreka-trunk/plugins</CapturePluginPath>
<StorageAudioFormat>gsm</StorageAudioFormat>
<DeleteNativeFile>yes</DeleteNativeFile>
<TrackerHostname>localhost</TrackerHostname>
<TrackerTcpPort>8080</TrackerTcpPort>
<CapturePortFilters>LiveMonitoring</CapturePortFilters>
<TapeProcessors>BatchProcessing, Reporting</TapeProcessors>
<BatchProcessingEnhancePriority>true</BatchProcessingEnhancePriority>
<VoIpPlugin>
<Devices>eth0</Devices>
<DahdiIntercept>yes</DahdiIntercept>
</VoIpPlugin>
</config>
logging.properties is not changed.
--
Tzafrir Cohen
icq#16849755 jabber:tza...@xo...
+972-50-7952406 mailto:tza...@xo...
http://www.xorcom.com iax:gu...@lo.../tzafrir
|