Project

General

Profile

Actions

Bug #663

closed

Recording Access and Search problem

Added by Mustafa Hanz almost 11 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
High
Category:
Bugs
Target version:
Start date:
05/08/2013
Due date:
% Done:

100%

Estimated time:

Description

The problem with downloading sound recordings from: http://hostname/vicidial/admin.php
Fix:
Access to recordings not created in apache.
File to edit: /etc/httpd/phpmyadmin.conf or create new if need diferent access permisions.
At last line add:
Alias ??/RECORDINGS "/var/spool/asterisk/monitorDONE/"

Bug:
In GoAutoDial 3.0 does not work searches recordings.
And can't download any recordings.

Actions #1

Updated by Demian Biscocho almost 11 years ago

Create goautodial.conf in /etc/httpd/conf.d/.

#nano /etc/httpd/conf.d/goautodial.conf

<Directory "/var/spool/asterisk/monitorDONE">
  Order Deny,Allow
  Deny from all
  Allow from 127.0.0.1 192.168 10.10
  Options Indexes FollowSymLinks
</Directory>

Alias /RECORDINGS /var/spool/asterisk/monitorDONE
Alias /recordings /var/spool/asterisk/monitorDONE

Save and exit. Restart HTTPD.

#service httpd restart

This should enable the recordings. Thanks for pointing this one.

Actions #2

Updated by Demian Biscocho almost 11 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
Actions #3

Updated by Demian Biscocho almost 11 years ago

Here's the howto for accessing and downloading recordings: http://goautodial.org/projects/goautodialce/wiki/HowTo_Download_Recording_30.

Actions #4

Updated by Demian Biscocho almost 11 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF

Go to top