Recording problem...

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

Recording problem...

Postby moncute » Fri Sep 21, 2007 2:16 pm

Hi..

Can everyone help me..how can i modify the recording..to make the file name..like this(LIST_ID,NAME_OF_PERSON_date_of_call.wav)
moncute
 
Posts: 6
Joined: Thu Sep 20, 2007 2:44 pm
Location: MANILA

Postby gardo » Sun Sep 23, 2007 12:12 pm

This is the entry in extensions.conf responsible for your default vicidial recordings.

; 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

you can set some variables to have the recording file saved under a different name.

exten => 8309,n,Set(CALLFILENAME=${TIMESTAMP}_${EXTEN}_${CALLERIDNAME})
exten => 8309,n,Monitor(wav,${CALLFILENAME})

Try googling on the different variables available for call recording file name. Most probably you need to change the "Campaign Rec Filename: " entry in the campaign settings page .
http://goautodial.com
Empowering the next generation contact centers
gardo
 
Posts: 1926
Joined: Fri Sep 15, 2006 10:24 am
Location: Manila, 1004


Return to Support

Who is online

Users browsing this forum: Google [Bot] and 158 guests