Page 1 of 1

Managing Recorded Call Files

PostPosted: Mon Mar 28, 2011 12:09 pm
by RobertAZ
We want to be able manage the call recording - specifically to delete the .wav files and get them converted to .gsm so the archive is smaller after the recordings are done.

Is there any native capability for Vici/GoAuto/Asterisk to handle this need? Do we need to add some scripting to manage the recording files?

Thanks.


----------------------------------------------
GoAutoDial CE 2.2.1.1-260 BUILD: 100527-2211
ViciDial Version:2.2.1-237 BUILD: 100510-2015
Asterisk 1.4.27.1-vici
Kernel:Linux 2.6.18-194.8.1.el5.goPAE
OS: CentOS release 5.5 (Final)
E-Phone (IAX2) on local client
SIP Carrier: NexVortex
No Sangoma or Digium cards

PostPosted: Mon Mar 28, 2011 1:46 pm
by williamconley
crontab -e

the first several lines should include the scripts for mixing/compressing/ftp'ing the recordings.

all completely built, set up and ready to go.

ftp is usually commented out (since by default there are no ftp credentials for the recording server in astguiclient.conf).

if you have questions on how to use the perl scripts, execute each one with "perl scriptname --help" and it will show options or "nano scriptname" to read the detailed notes.

and read the manual available on eflo.net (deeper stuff like this is often covered better in the paid manual)

there is also a script which will delete the .wav files left over after XX days, later in the crontab. you can change that to a much smaller number of days quite easily.