Bug #2011
closed
Recordings display issue..
Added by mayank sachdeva about 10 years ago.
Updated almost 10 years ago.
Description
I am not able to see my recordings page. Its showning an error-*Forbidden "You don't have permission to access /recordings on this server."*
how can i get rid of the issue. Anyone can help.. ??
Hi
Edit file /etc/httpd/conf.d/goautodial.conf to:
<Directory "/var/spool/asterisk/monitorDONE">
Order Deny,Allow
Deny from all
Allow from xxx.xxx.xxx.xxx (your ip server)
Options Indexes FollowSymLinks
</Directory>
Alias /RECORDINGS /var/spool/asterisk/monitorDONE
Alias /recordings /var/spool/asterisk/monitorDONE
type under ssh: service httpd restart
that it.....
- Status changed from New to Closed
Hi,
You can also try to check the user and usergroup permissions. This issue/bug tracker is meant for bugs, feature request and issues related to the GOautodial CE ISO, system installation and the GOautodial applications (GOadmin, GOreports and GOagent). To get help from the community, please post your concerns in our forum board at http://goautodial.org/projects/goautodialce/boards
Also available in: Atom
PDF
Go to top