Page 1 of 1

How to access the recorded files

PostPosted: Fri Dec 01, 2006 11:08 pm
by ssin14
Hi I am just wondering how to access recordings.

cheers

PostPosted: Sat Dec 02, 2006 2:13 am
by Op3r
FTP or via scp

or have it ftp'd to another box.

same thing on how you can download files from a server.

please read a document about ftp

PostPosted: Sat Dec 02, 2006 2:24 am
by ssin14
Thanks for ur kind help

I tried using coreftp but it says cannot establise a connection


how can a do this?

thanks in advance

PostPosted: Sat Dec 02, 2006 4:12 am
by gerski
you can use pure-ftpd or for simple ftp config you can use vsftpd, this is built-in in slackware.

PostPosted: Sat Dec 02, 2006 4:13 am
by arunvoip
HI,

You can create a mapping of your recording directroy in apache and then you can use

Alias /recording "/var/spool/asterisk/monitor/DONE/"

<Directory "/var/spool/asterisk/monitor/DONE">
Options Indexes
AllowOverride None
Order allow,deny
Allow from all
</Directory>

or
create this mapping and create some php script to search from this mapping and do the download also.

thank
arun

PostPosted: Fri Dec 08, 2006 5:09 am
by ssin14
Thanks for that

Arunvoip

I lik that idea but what you said I have no idea how to do it. At present we just installed following scratch install and when we click on recording we can see its recording. But have no idea how to retrieve it and listen to it. I have no idea where it goes.

How can I access this. Or what I have to do to access this.

Any way i can access it in from my windows Pc that is in in same network.

Thank you

PostPosted: Fri Dec 08, 2006 5:15 am
by ramindia
Hi

all the recorded files stored in

/var/spool/asterisk/monitor/

instead of access in the same server and increasing the load
recomended to move to another server on free time

either use rsync or ftp on cron job basis

On the back up server, create a Virtual directory for the same

so you can hear the recording

http://urserver/recording/


Ram