Page 1 of 1

ARI - Asterisk recording interface

PostPosted: Fri Jul 27, 2007 11:30 am
by reland02
Hi!


is any one out there try to install the ARI for asterisk coz i'm having problem problem running it the error says

DB Error: insufficient permissions

Cannot connect to the asteriskcdrdb database
Check AMP installation, asterisk, and ARI main.conf

I double check the database i cannot find asteriskcdrdb in my dbase

PostPosted: Fri Jul 27, 2007 4:23 pm
by mflorell
What does this have to do with VICIDIAL?

PostPosted: Fri Jul 27, 2007 8:38 pm
by reland02
Just want to get the recordings from the vicidial is thier any php script that can go through recordings?

PostPosted: Fri Jul 27, 2007 10:27 pm
by mflorell
What cron script do you use to mix your recordings?

PostPosted: Sun Jul 29, 2007 2:56 am
by reland02
Hi matt,

no problem with the recordings I followed the scratch install, my point was is there a possible way to view and play the recordings in the web interface of vicidial it only shows the filename of recordings in user stats but i cannot click to play it in the web interface of vicidial i their a way to click a certain recording file ang play it in media player? thanx

PostPosted: Mon Jul 30, 2007 6:50 am
by mflorell
This is always something that people have had to customize to how they archived their recordings. A few weeks ago I added the AST_CRON_mix_recordings_VDonly_DATE.pl script to SVN and I altered the admin.php script to be able to show a link to an absolute HTTP link if it is in the "location" field as that new CRON_mix script populates it.

This will be in the next release version.

PostPosted: Mon Jul 30, 2007 9:41 am
by Op3r
or

do symlink

like this

ln -s /var/spool/asterisk/monitor/done .

on your web folder

PostPosted: Mon Jul 30, 2007 12:59 pm
by binbash
Just a short note question ....

When upgrading vicidial, .. is there any issues involved on the data and the scripts, and configs i've already edited ? or do i need to back it up, or something. Sorry, .. new @ this. I want to do recording myself. Seems like it 's nice i clicked on this topic since, i might just end up asking the same question later on.

If there has been a forum topic on best upgrade practices, ... can anyone point me into that direction ?

PostPosted: Tue Jul 31, 2007 11:27 am
by mflorell
It's always a good idea to back up before doing an upgrade. You should mysqldump your database as well as copy all of your /etc/asterisk/ conf files and your /etc/astguiclient.conf file off to another place in case something goes horribly wrong with your upgrade.

Also, you should really do it off-hours unless you know what you are doing very well.

PostPosted: Wed Aug 01, 2007 8:25 am
by reland02
Hi Matt,


Thanks for the tip I will conduct a test for that to a test machine

PostPosted: Thu Aug 02, 2007 12:02 pm
by vctor
Op3r wrote:or

do symlink

like this

ln -s /var/spool/asterisk/monitor/done .

on your web folder


Sometimes symlinks does not work that easily, that is if you have SElinux installed and running on your system.