Difference between revisions of "Cannot access Recordings in GUI"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 12: Line 12:
Make sure you have correct '''Recordings_Folder''' in ''/home/mor/config/environment.rb'' file.
Make sure you have correct '''Recordings_Folder''' in ''/home/mor/config/environment.rb'' file.


It should look like this:
It should look like this (can point to external server also):


Recordings_Folder = "http://<YOUR SERVER IP>/billing/recordings/"
Recordings_Folder = "http://<YOUR SERVER IP>/billing/recordings/"

Revision as of 06:04, 7 July 2016

If in GUI on Recordings page you get Forbidden do:

rm  -fr /home/mor/public/recordings
ln -s /var/spool/asterisk/monitor /home/mor/public/recordings
chmod 777 /var/spool/asterisk/monitor







Make sure you have correct Recordings_Folder in /home/mor/config/environment.rb file.

It should look like this (can point to external server also):

Recordings_Folder = "http://<YOUR SERVER IP>/billing/recordings/"

IMPORTANT! <YOUR SERVER IP> should be ---> your real server IP, do not leave such writing - ENTER here YOU SERVERS' IP!

Restart Apache after that:

/etc/init.d/httpd restart



See also