Access forbidden! on recording links
Posted: Wed Feb 07, 2018 12:51 pm
Hi!
I know that this question had been asked and answered so many times as I have searched and read this forum many times but all the solutions i've tried didn't work for me. This is a cluster setup using Vicibox 8.0.1. I had the same issue with Vicibox 7 express install but I got it resolved just by chmoding the asterisk directory.
I tried chmoding
I tried editing the config files
From:
To:
Restored the default vicirecord.conf file but nothing seems to work. This is my first cluster install, so please bear with me.
Any help would be appreciated.
Thanks.
I know that this question had been asked and answered so many times as I have searched and read this forum many times but all the solutions i've tried didn't work for me. This is a cluster setup using Vicibox 8.0.1. I had the same issue with Vicibox 7 express install but I got it resolved just by chmoding the asterisk directory.
I tried chmoding
- Code: Select all
chmod 755 /var/spool/asterisk
I tried editing the config files
From:
- Code: Select all
Alias /RECORDINGS/ "/var/spool/asterisk/monitorDONE/"
<Directory "/var/spool/asterisk/monitorDONE">
Options Indexes MultiViews
AllowOverride None
Require all granted
<files *.mp3>
Forcetype application/forcedownload
</files>
</Directory>
To:
- Code: Select all
Alias /RECORDINGS/ "/var/spool/asterisk/monitorDONE/"
<Directory "/var/spool/asterisk/monitorDONE">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
<files *.mp3>
Forcetype application/forcedownload
</files>
</Directory>
Alias /RECORDINGS /var/spool/asterisk/monitorDONE
Alias /recordings /var/spool/asterisk/monitorDONE
Restored the default vicirecord.conf file but nothing seems to work. This is my first cluster install, so please bear with me.
Any help would be appreciated.
Thanks.