@kwriley87 wrote:
I am having an issue creating a symbolic link to redirect call recordings to another location on another disk. The new location will be on a new disk called disk1. The location would be /disk1/var/spool/asterisk/monitor
I used the following command to create the symbolic link..
ln -s /disk1 /var/spool/asterisk/monitor
Then I set permissions with these commands..
chown -hR root:asterisk /var/spool/asterisk/monitor
chmod g+w /var/spool/asterisk/monitorHowever this appears not to be working.. if I go to the new directory at disk1/var/spool/asterisk/monitor there are no new recordings. All recordings are going to the default /var/spool/asterisk/monitor directory
I know I'm doing something wrong here. Can someone please help?
Posts: 4
Participants: 2