<span style="font-family: arial, helvetica, sans-serif; font-size: 12px"><div>A simple way that we use to do the move is to create a cron job that looks for a .move file.</div>

<div>It has the same name as the recorded file. asterisk writes the .move file which is just a text file with some stats in it.</div>

<div>The .move file is written from the dial plan  at the end of the recording.</div>

<div>In the exten = h we write a .delete file for an abandon call.</div>

<div> </div>

<div>The cron then processes the .move and .delete files at a given interval. We actually write special instructions into our .move files that the cron parses and can then act accordingly. So we have a single smart cron job handling moves for each type of task. In some cases our .delete files are processed as moves to an abandon cache for recovery if a customer did not intend to abandon it.</div>

<div> </div>

<div>The sky's the limit on how complex you want to make it, but in the long run it is fairly simple and it just works.</div>

<div> </div>

<div>Thanks<br />
<br />
Bryant Zimmerman (ZK Tech Inc.)<br />
616-855-1030 Ext. 2003</div>

<div> </div>

<hr align="center" size="2" width="100%" />
<div><span style="font-family: tahoma,arial,sans-serif; font-size: 10pt;"><b>From</b>: "Chris Bagnall" <asterisk@lists.minotaur.cc><br />
<b>Sent</b>: Thursday, April 17, 2014 11:32 AM<br />
<b>To</b>: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com><br />
<b>Subject</b>: Re: [asterisk-users] Live Recording on the Storage Server?</span>

<div> </div>
On 17 Apr 2014, at 16:14, Paul Belanger <paul.belanger@polybeacon.com> wrote:<br />
>> hi. I would not do that due to network issues.<br />
>> My approach is to record everything locally and every hour or so to move<br />
>> everything to a storage.<br />
> +1 save yourself the headache and do this.<br />
<br />
I'll add another +1 to this. I've never been able to get multi-channel recording (even 3 or 4 channels) working reliably over an NFS link to another server. I suspect, with some tweaking of nfs options it might be possible, but if it ain't broke…<br />
<br />
Just a cautionary note if you do use a cron job to move recordings to a storage device at regular intervals: make sure you use lsof or similar to check the recordings aren't actually open by asterisk at the time, otherwise interesting things will happen.<br />
<br />
Kind regards,<br />
<br />
Chris<br />
--<br />
This email is made from 100% recycled electrons<br />
<br />
<br />
--<br />
_____________________________________________________________________<br />
-- Bandwidth and Colocation Provided by http://www.api-digital.com --<br />
New to Asterisk? Join us for a live introductory webinar every Thurs:<br />
http://www.asterisk.org/hello<br />
<br />
asterisk-users mailing list<br />
To UNSUBSCRIBE or update options visit:<br />
http://lists.digium.com/mailman/listinfo/asterisk-users<br />
 </div></span>