by prince.fer » Wed Nov 14, 2007 1:23 pm
Hello Gurus,
I am using astguicliient-2.0.3, asterisk-1.2.24. linux distro is fc6. Below is my configuration for recording.
1. In campaign modification Campaign Rec exten:= 8309, Campaign Recording:=ALLFORCE, Campaign Rec Filename:= FULLDATE_AGENT, Recording Delay:=0
2. in extensions.conf
; this is used for recording conference calls, the client app sends the filename
; value as a callerID recordings go to /var/spool/asterisk/monitor (WAV)
exten => 8309,1,Answer
exten => 8309,2,Monitor(wav,${CALLERIDNAME})
exten => 8309,3,Wait,3600
exten => 8309,4,Hangup
Sox version is :sox-12.18.1-1 Still the calls are not recorded in /var/spool/asterisk/monitor
What could be the problem.
Thanks