how-to-fix-the-you-dont-have-permission-to-access-recordings

here is a way to fix recordings on a scratch install
https://dialer.one/index.php/how-to-fix ... -vicidial/
Chris
https://dialer.one/index.php/how-to-fix ... -vicidial/
Chris
VICIDIAL astGUIclient discussion forum
http://forum.eflo.net/VICIDIALforum/
http://forum.eflo.net/VICIDIALforum/viewtopic.php?f=4&t=42004
chmod -R 755 /var/spool/asterisk/monitorDONE
chown -R apache:apache /var/spool/asterisk/monitorDONE
chmod -R 755 /var/spool/asterisk/monitorDONE
chown -R wwwrun:www /var/spool/asterisk/monitorDONE
CustomLog /dev/null common
Alias /RECORDINGS/MP3 "/var/spool/asterisk/monitorDONE/MP3/"
<Directory "/var/spool/asterisk/monitorDONE/MP3/">
Options Indexes MultiViews
AllowOverride None
Require all granted
</Directory>