Difference between revisions of "Cannot access Recordings in GUI"
From Kolmisoft Wiki
Jump to navigationJump to search
Line 1: | Line 1: | ||
If in GUI on Recordings page you get Forbidden do: | If in GUI on Recordings page you get Forbidden do: | ||
rm | 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 | ||
chmod 777 /var/spool/asterisk/monitor | chmod 777 /var/spool/asterisk/monitor | ||
= See also = | = See also = | ||
* [[I have a problem with Recordings]] | * [[I have a problem with Recordings]] | ||
* [[Recordings Addon]] | * [[Recordings Addon]] | ||
* [[External Recordings Server]] |
Revision as of 09:01, 12 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