<div class="gmail_quote">I&#39;m in the beginning of development for billing on my FS instance.<br>Currently I&#39;m just in the log-rotation and uploading of the .csv-files stage.<br><br>I&#39;m having trouble understanding completely how this should work, to be &quot;bullet-proof&quot; in a production environment.<br>


<br>I&#39;ve read the &quot;Example Perl Script for CDR into MySQL&quot; in <a href="http://wiki.freeswitch.org/wiki/Mod_cdr_csv" target="_blank">http://wiki.freeswitch.org/wiki/Mod_cdr_csv</a>.<br><br>What I would like to accomplish is uploading the Master.csv-file to another server, which should take care of all the billing, so it doesn&#39;t interfere with the VoIP-server.<br>


<br>But how can I make sure, that when I&#39;m uploading the Master.csv file, that FS isn&#39;t currently writing to the file as well.<br><br>I&#39;m thinking of moving the Master.csv to Master-YYYY-MM-DD-HH-MM.csv every minute and then uploading those files to another server.<br>


But then again, how can I make sure, that when moving the file to Master-YYYY-MM-DD-HH-MM.csv that FS isn&#39;t writing to the file?<br><br>Can someone share some light on this matter?<br>
</div><br>