Project

General

Profile

Actions

Bug #2011

closed

Recordings display issue..

Added by mayank sachdeva about 9 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Urgent
Assignee:
-
Category:
-
Target version:
-
Start date:
04/02/2015
Due date:
% Done:

0%

Estimated time:

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.. ??

Actions #1

Updated by Maurizio D'Alterio about 9 years ago

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.....

Actions #2

Updated by Jefferson Varias almost 9 years ago

  • 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

Actions

Also available in: Atom PDF

Go to top