Page 1 of 1

Filenames for recordings

PostPosted: Tue Mar 27, 2007 3:23 pm
by devafree
Hello

I would like to include the call disposition to the filename , apart from the existing options. So , i can use wildcards to retain only sale recordings and just delete the rest. How to do so any pointers please,

thanks

regards

devafree

Filenames

PostPosted: Wed Mar 28, 2007 4:09 am
by Commandermike
We are looking to do the same thing, when an agent selects disposition as SALE at the end of the call we want to modify the filename so we can easily pull ONLY sale recordings.

Can anyone give us some assistance on this one? I think this would be a great feature, moving forward.

PostPosted: Wed Mar 28, 2007 4:36 pm
by mflorell
No easy way to do that, I would suggest writing a cron script to use the vicidial_log table(to find which ones are sales) and the lead_id in that table and the recording_log table to figure out which calls were sales, then just delete all of the other ones that don't match up.