<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Rick,<br>
    <br>
    have used it when we were testing the .csv processing of FreeSWITCH
    (like a couple of years back). Should be still actual AFAIK,
    otherwise let me know if you run into any kind of issues.<br>
    Regarding maintaining some kind of real-time, you can call the
    script from cron every minute or so and I think that is the closest
    real-time you can get since until FreeSWITCH will start writing a
    new file (rotate old one), you cannot process it externally since
    you will get concurrency on write/read. In CGRateS you will process
    it instantly based on inotify events but the CDR file needs to be
    first released by FreeSWITCH.<br>
    If you want closer to real-time, maybe mod_json_cdr is a better
    option for you?<br>
    <br>
    DanB<br>
    <br>
    <div class="moz-cite-prefix">On 07.04.2017 19:57,
      <a class="moz-txt-link-abbreviated" href="mailto:freeswitch-users-request@lists.freeswitch.org">freeswitch-users-request@lists.freeswitch.org</a> wrote:<br>
    </div>
    <blockquote
cite="mid:mailman.7956.1491587859.550.freeswitch-users@lists.freeswitch.org"
      type="cite">
      <pre wrap="">Message: 4
Date: Fri, 7 Apr 2017 18:43:32 +0100
From: Rick Jarvis <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:rick@magicmail.mooo.com">&lt;rick@magicmail.mooo.com&gt;</a>
Subject: Re: [Freeswitch-users] Changing mode for CDRs
To: FreeSWITCH Users Help <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:freeswitch-users@lists.freeswitch.org">&lt;freeswitch-users@lists.freeswitch.org&gt;</a>
Message-ID: <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:1518A107-A9E3-46BA-9838-2D2D141AB01E@magicmail.mooo.com">&lt;1518A107-A9E3-46BA-9838-2D2D141AB01E@magicmail.mooo.com&gt;</a>
Content-Type: text/plain; charset="utf-8"

Thanks Dan - did you use this in conjunction with a file watcher, presumably, to maintain some kind of realtime? 

You say you ?used to? use it, does that mean it?s FS version thing? What I can?t work out is that there are older cdrs in the directory that have 770 permissions, yet I haven?t updated FS or anything like that, so I can?t work out why they would now be writing out with 700 perms!?</pre>
    </blockquote>
    <br>
  </body>
</html>