Recording: Status-based delete and other questions
Posted: Mon Jul 17, 2006 2:39 pm
Hello,
I have set recording to ALLCALLS in my campaign (no auto dialing). But then I have also a recording if the lead does not answer, only ringing tone and an agent suspiring. Any way to delete recordings based on status given by agent at the end of a call? So for example delete if status is "NA - No answer".
Next question: For every call I have two files, *-in.wav and *-out.wav. The *-out.wav file has always a size of 44 byte. The *-in.wav file contains the whole conversation. So why do we need mixing of the files? In the *-in.wav file I have the whole conversation (agent and lead is speaking).
My last question is about a way to move the recorded files to a different server (for mixing or converting into MP3). So I can have a storge server which does also the mixing, the Asterisk has one less thing to do. Can I change the extensions.conf this way?
exten => 8309,1,Set(MONITOR_EXEC=/usr/local/sbin/move_files.sh)
exten => 8309,2,Answer
exten => 8309,3,Monitor(wav,${CALLERIDNAME},m)
exten => 8309,4,Wait,3600
exten => 8309,5,Hangup
Thanks for the great support!
I have set recording to ALLCALLS in my campaign (no auto dialing). But then I have also a recording if the lead does not answer, only ringing tone and an agent suspiring. Any way to delete recordings based on status given by agent at the end of a call? So for example delete if status is "NA - No answer".
Next question: For every call I have two files, *-in.wav and *-out.wav. The *-out.wav file has always a size of 44 byte. The *-in.wav file contains the whole conversation. So why do we need mixing of the files? In the *-in.wav file I have the whole conversation (agent and lead is speaking).
My last question is about a way to move the recorded files to a different server (for mixing or converting into MP3). So I can have a storge server which does also the mixing, the Asterisk has one less thing to do. Can I change the extensions.conf this way?
exten => 8309,1,Set(MONITOR_EXEC=/usr/local/sbin/move_files.sh)
exten => 8309,2,Answer
exten => 8309,3,Monitor(wav,${CALLERIDNAME},m)
exten => 8309,4,Wait,3600
exten => 8309,5,Hangup
Thanks for the great support!