|
From: bilal g. <bil...@ya...> - 2014-01-28 13:53:25
|
Hello; Thanks a lot for the help and all the members of this list. I need to change the recorded filenames to be as in the below example, but it is not changing although I did restart for orkaudio service "service orkaudio stop, service orkaudio start" and I have the below outputs: [UserName@CC 16]# orkaudio debug | grep TapeFileNaming 2014-01-28 16:49:10,677 INFO taperegistry:62 - Registered processor: TapeFileNaming <CapturePortFilters>LiveMonitoring</CapturePortFilters> <TapeProcessors>BatchProcessing, Reporting, TapeFileNaming</TapeProcessors> <TapePathNaming></TapePathNaming> <TapeFileNaming>Bilal,_,[year],[month],[day],_,[hour],[min],[sec],_,[localparty],_,[remoteparty]</TapeFileNaming> <BatchProcessingEnhancePriority>true</BatchProcessingEnhancePriority> But still the wave files in this format: 20140128_164915_BAPL.wav What I am missing to be able to get the wave files in this format: Bilal,_,[year],[month],[day],_,[hour],[min],[sec],_,[localparty],_,[remoteparty] Please note that currently it is stored at: /var/log/orkaudio/audio/2014/01/28/16/20140128_164915_BAPL.wav What I am missing? Regards Bilal |