RETRIEVING RECORDINGS

All installation and configuration problems and questions

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

RETRIEVING RECORDINGS

Postby ambt » Thu Sep 10, 2009 7:03 pm

How is this done? I have Campaign Recording set to ALLCALLS. How do I access the recordings?
ambt
 
Posts: 27
Joined: Thu May 21, 2009 6:41 pm

Postby pixzan » Thu Sep 10, 2009 7:24 pm

If you are using an linux based Server

use winScp to acess from windows (or)
use connect to server--> Select SSH-->your serverip --> port number as 22 -->folder as Root/var --->Select connect -->Enter your root password

you will be connected to the server an dcheck for the recordings in the location root/var/spool/asterik/monitordone/ORIG

where you can find all your voice recordings.
pixzan
 
Posts: 6
Joined: Thu May 07, 2009 9:04 am

Postby scottgutman » Thu Sep 10, 2009 9:09 pm

There are couple of ways, but we don't know enough about your setup to give you better answers. Vicidial version, os distro, web server, etc.

1. pixzan answer will work very well.
2. Download FileZilla and setup an SFTP connection to port 22. then browse to the dir with the files. Usually the dir is /var/spool/asterik/monitordone/ORIG. you can download Filezilla here http://filezilla-project.org/download.php?type=client
3. If you followed the scratch install you may have setup a dir that you can access via web browser. try http://<server_ip>/recordings/
4. Pull out harddrive, connect to another computer and copy off.(not reccomended. Kinda cumbersome.)

If these don't work, tell us more about your setup.
Dialer-Vicidial 2.2.0-250_100116-0709, Asterisk 1.4.21.2, Intel Quad Q6600 2.4G x64/8G Ram
Web-Apache/2.2.3, PHP 5.2.10, eAccelerator v0.9.5.2, AMD 9950 Quad 2.6G x64/4G Ram
DB-MySQL 5.0.45, 2xAMD 2.6G i386/4G Ram
OS-CentOS 5.3-2.6.18-128.1.16.el5
scottgutman
 
Posts: 75
Joined: Mon Mar 23, 2009 4:17 pm

Recordings

Postby ambt » Fri Sep 11, 2009 1:17 pm

I thought there was a way to do it within Vicidial - a web interface. I am almost sure that when we were on the previous version I could go to the call and click on a link that would allow me to hear the recording.
ambt
 
Posts: 27
Joined: Thu May 21, 2009 6:41 pm

Postby scottgutman » Fri Sep 11, 2009 3:22 pm

yes, if it is configured, you will see the link in the bottom section of the lead. Do a search for the lead, then scroll to the bottom. if there are no links then it is not setup for that.
Dialer-Vicidial 2.2.0-250_100116-0709, Asterisk 1.4.21.2, Intel Quad Q6600 2.4G x64/8G Ram
Web-Apache/2.2.3, PHP 5.2.10, eAccelerator v0.9.5.2, AMD 9950 Quad 2.6G x64/4G Ram
DB-MySQL 5.0.45, 2xAMD 2.6G i386/4G Ram
OS-CentOS 5.3-2.6.18-128.1.16.el5
scottgutman
 
Posts: 75
Joined: Mon Mar 23, 2009 4:17 pm

Postby Op3r » Sat Sep 12, 2009 3:50 pm

or go to the agent stats.
Get paid for US outbound Toll Free calls. PM me. visit https://stopmanualdial.com for vicidial services.
Op3r
 
Posts: 1432
Joined: Wed Jun 07, 2006 7:53 pm
Location: Manila

Postby codehaxor » Sun Sep 13, 2009 7:50 am

Add this to your httpd.conf or if your using apache2 edit this file using your favorite text editor /etc/apache2/sites-available/default

and add the following lines:

-------------------------------

Alias /RECORDINGS/ "/var/spool/asterisk/monitorDONE/"
<Directory "/var/spool/asterisk/monitorDONE">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
<files *.mp3>
Forcetype application/forcedownload
</files>
</Directory>


--------------------------------

and then do a:

chmod 0777 /var/spool/asterisk/monitorDONE/ -R

and restart the apache2 or httpd service

access it via http://youripaddress/RECORDINGS/

recordings by default are in mp3 format stored in the MP3 directory and the orig wav file stored in the WAV directory
Team Dax Cordova IT Consulting
Vicidial Remote & Onsite Installation / Configuration / Custom Development / Consultancy Services
http://www.linkedin.com/in/codehaxor
FREE VICIDIAL INSTALLATION IN THE PHILIPPINES
codehaxor
 
Posts: 151
Joined: Wed Mar 14, 2007 2:37 am
Location: Dumaguete City, Philippines


Return to Support

Who is online

Users browsing this forum: No registered users and 83 guests