Page 1 of 1

hide index of call recordings

PostPosted: Sat Oct 23, 2021 6:16 am
by bronson
How do I hide the index of call recordings located at sub.domain.tld/RECORDINGS/MP3/?

Re: hide index of call recordings

PostPosted: Sat Oct 23, 2021 3:44 pm
by carpenox
Edit the vicirecord.conf file at /etc/apache2/conf.d

Re: hide index of call recordings

PostPosted: Mon Oct 25, 2021 1:15 am
by striker

Re: hide index of call recordings

PostPosted: Wed Oct 27, 2021 5:16 am
by bronson


thanks Striker,
if I do option 1, "ACL Method", does that mean only logged-in admin users will be able to access the recordings or how does that work?

Re: hide index of call recordings

PostPosted: Wed Oct 27, 2021 10:16 am
by striker
no

it will allow only from the ip listed under " ALLOW from"
kind of ip restriction, doesnt mean for authenticate or unathenticated users

Allow from 127.0.0.1 192.168.1.12 10.10.10.0/24

Re: hide index of call recordings

PostPosted: Wed Oct 27, 2021 10:22 am
by bronson
striker wrote:no

it will allow only from the ip listed under " ALLOW from"
kind of ip restriction, doesnt mean for authenticate or unathenticated users

Allow from 127.0.0.1 192.168.1.12 10.10.10.0/24


so I will have to add the unique IP of every user who needs access to the audio files?

Re: hide index of call recordings

PostPosted: Wed Oct 27, 2021 10:30 am
by striker
yes you are right

Re: hide index of call recordings

PostPosted: Mon Dec 13, 2021 3:42 pm
by venkat.ackbote
bronson wrote:How do I hide the index of call recordings located at sub.domain.tld/RECORDINGS/MP3/?



sed -i.bak "s/Options Indexes FollowSymLinks/Options -Indexes +FollowSymLinks/g" /etc/httpd/conf/httpd.conf
sed -i.bak "s/Options Indexes FollowSymLinks/Options -Indexes +FollowSymLinks/g" /etc/conf.d/vicirecord.conf

systemctl restart httpd

Try http://www.vicidial.org/VICIDIALforum/v ... centertech for flawless VICIDial Installation