Actions
Bug #663
closedRecording Access and Search problem
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.
Updated by Demian Biscocho almost 12 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.
Updated by Demian Biscocho almost 12 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Updated by Demian Biscocho almost 12 years ago
Here's the howto for accessing and downloading recordings: http://goautodial.org/projects/goautodialce/wiki/HowTo_Download_Recording_30.
Updated by Demian Biscocho almost 12 years ago
- Status changed from Resolved to Closed
Actions
Go to top