|
From: Tomasz Ś. <tom...@co...> - 2010-03-17 16:19:06
|
Hello, I am using latest orkaudio downloaded from svn, compiled on Centos 5.4. Changing of the filename with standard fields included (like [hour], [min], [hostname] etc.) is working very good, but I need to add an extra field. On my other machine which is Asterisk 1.2 I've added a following SIP header to extensions.conf: Exten = _0,.1,SipAddHeader(X-Unique-ID: 12345) After this I change the config.xml file by adding this lines: <TapeProcessors>BatchProcessing, TapeFileNaming, Reporting</TapeProcessors> <TapeFileNaming>[hour],[min],[sec],_,[remoteparty],_,[localparty],_,[X-Uniqu e-ID]</TapeFileNaming> The problem is, oreka audio files now looks like: 172428_7039_7042_%5BX-Unique-ID%5D.wav I think the problem is on oreka side, not on the PBX side. What should I do to change this X-Unique-ID string to become a 12345 string (This is just an example value of string). Any ideas? Best Regards, Tomek |