Difference between revisions of "Cannot access Recordings in GUI"
From Kolmisoft Wiki
Jump to navigationJump to search
(New page: 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) |
|||
Line 3: | Line 3: | ||
rm -fr /home/mor/public/recordings | rm -fr /home/mor/public/recordings | ||
ln -s /var/spool/asterisk/monitor /home/mor/public/recordings | ln -s /var/spool/asterisk/monitor /home/mor/public/recordings | ||
---- | |||
Make sure you have correct '''Recordings_Folder''' in ''/home/mor/config/environment.rb'' file. | |||
It should look like this: | |||
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! |
Revision as of 07:00, 21 January 2010
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
Make sure you have correct Recordings_Folder in /home/mor/config/environment.rb file.
It should look like this:
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!