recording location not found

General and Support topics relating to ViciDialNow and GoAutoDial ISO installers

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

recording location not found

Postby striker » Wed May 11, 2011 7:45 am

goautodial 2.0 CE| vicidial 2.2.1| no extra software |


recently i have chaged the recording file format from GSM to MP3 in the crontab entry

after this i am not able see the recording locations, either in the user stat(recording for this period ) or search lead only showing the recording id.

but the recordigns are in the MP3 directory.


is there any changes to be made after changing the file format.
www.striker24x7.com www.youtube.com/c/striker24x7 Telegram/skype id : striker24x7
striker
 
Posts: 962
Joined: Sun Jun 06, 2010 10:25 am

Postby gardo » Wed May 11, 2011 5:54 pm

What are your crontrab entries for the recording scripts?
http://goautodial.com
Empowering the next generation contact centers
gardo
 
Posts: 1926
Joined: Fri Sep 15, 2006 10:24 am
Location: Manila, 1004

crontab

Postby striker » Wed May 11, 2011 11:26 pm

### recording mixing/compressing/ftping scripts
0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * * /usr/share/astguiclient/AST_CRON_audio_1_move_mix.pl
#0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * * /usr/share/astguiclient/AST_CRON_audio_1_move_mix.pl --MIX
#0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * * /usr/share/astguiclient/AST_CRON_audio_1_move_VDonly.pl
1,4,7,10,13,16,19,22,25,28,31,34,37,40,43,46,49,52,55,58 * * * * /usr/share/astguiclient/AST_CRON_audio_2_compress.pl --MP3
#2,5,8,11,14,17,20,23,26,29,32,35,38,41,44,47,50,53,56,59 * * * * /usr/share/astguiclient/AST_CRON_audio_3_ftp.pl --GSM


FYI

calls are getting recorded but with out the fulldetails like there is no date and time in the recorded file
www.striker24x7.com www.youtube.com/c/striker24x7 Telegram/skype id : striker24x7
striker
 
Posts: 962
Joined: Sun Jun 06, 2010 10:25 am

Postby gardo » Thu May 12, 2011 6:54 pm

That's weird. Changing the format from GSM to MP3 would not have made any changes to the URL link on the agents stats. The fact that you're not getting any details means something is missing. Corrupted database tables probably?

Running:

/usr/share/astguiclient/AST_CRON_audio_1_move_mix.pl


should have at least created the URLs for the recorded calls in WAV format. Are you sure you have recordings enabled in your campaign settings?

What's the output of:

/usr/share/astguiclient/AST_CRON_audio_1_move_mix.pl --debugX


Make sure you have some recorded calls in:

/var/spool/asterisk/monitor
http://goautodial.com
Empowering the next generation contact centers
gardo
 
Posts: 1926
Joined: Fri Sep 15, 2006 10:24 am
Location: Manila, 1004

call recording format

Postby striker » Tue May 24, 2011 12:30 pm

hi

in monitorDONE the recorded calls are there but the format is different




1306256764-Local-58600051@default-f39b,1-in.gsm


the recording extension in campaign is 8310 also i tried 8309 same type of file i am getting
www.striker24x7.com www.youtube.com/c/striker24x7 Telegram/skype id : striker24x7
striker
 
Posts: 962
Joined: Sun Jun 06, 2010 10:25 am

Postby mflorell » Tue May 24, 2011 12:31 pm

What version of Asterisk are you using?
mflorell
Site Admin
 
Posts: 18384
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

1.4.27.1

Postby striker » Tue May 24, 2011 12:49 pm

asterisk -1.4.27.1
www.striker24x7.com www.youtube.com/c/striker24x7 Telegram/skype id : striker24x7
striker
 
Posts: 962
Joined: Sun Jun 06, 2010 10:25 am

Postby mflorell » Tue May 24, 2011 1:39 pm

And what version is set in your server settings?
mflorell
Site Admin
 
Posts: 18384
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

asterisk version

Postby striker » Wed May 25, 2011 9:46 am

hi

its written as 1.4.27.1-vici
www.striker24x7.com www.youtube.com/c/striker24x7 Telegram/skype id : striker24x7
striker
 
Posts: 962
Joined: Sun Jun 06, 2010 10:25 am

Postby mflorell » Wed May 25, 2011 9:47 am

Please post the 8309 and 8310 extensions as they appear in your extensions.conf and/or extensions-vicidial.conf files.
mflorell
Site Admin
 
Posts: 18384
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

8309 and 8310

Postby striker » Wed May 25, 2011 9:50 am

sometimes i am getting recordings like this
audio-out-942.wav


; 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)
; Recording is limited to 1 hour, to make longer, just change the Wait,3600
exten => 8309,1,Answer
exten => 8309,2,Monitor(wav,${CALLERIDNAME})
exten => 8309,3,Wait,3600
exten => 8309,4,Hangup

; this is used for recording conference calls, the client app sends the filename
; value as a callerID recordings go to /var/spool/asterisk/monitor (GSM)
; Recording is limited to 1 hour, to make longer, just change the Wait,3600
exten => 8310,1,Answer
exten => 8310,2,Monitor(gsm,${CALLERIDNAME})
exten => 8310,3,Wait,3600
exten => 8310,4,Hangup
www.striker24x7.com www.youtube.com/c/striker24x7 Telegram/skype id : striker24x7
striker
 
Posts: 962
Joined: Sun Jun 06, 2010 10:25 am

Postby mflorell » Wed May 25, 2011 10:01 am

Well, there's your problem.

You need to be using the 1.4 variables for these. This should be set automatically, but if you upgraded and didn't follow directions then this can happen.
mflorell
Site Admin
 
Posts: 18384
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

resolved

Postby striker » Wed May 25, 2011 10:19 am

hi matt

thanks for pointing out the issue now its resolved


but this is a default goautodial ce.2.0 installation

how cum there is two entries for the the recording extensions in extension.conf and extension-vicidial.conf

what i posted earlier was took from the extension.conf and the there is another one in the extension-vicidail.conf .
after removing the 8309 and 8310 from extension.conf the recordings working fine.
www.striker24x7.com www.youtube.com/c/striker24x7 Telegram/skype id : striker24x7
striker
 
Posts: 962
Joined: Sun Jun 06, 2010 10:25 am

Postby mflorell » Wed May 25, 2011 10:50 am

Correct, and if those extensions are in the default extensions.conf, then it was not set up properly from the ISO.
mflorell
Site Admin
 
Posts: 18384
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby gardo » Wed May 25, 2011 4:53 pm

Default install of GoAutoDial doesn't have those entries in extensions.conf. They are in extensions-vicidial.conf.
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 ViciDialNow - GoAutoDial

Who is online

Users browsing this forum: No registered users and 71 guests

cron