Little help for raspberry pi

Hello,

I have installed and configured the raspbx and its working good !! now i want a way to let recordings go to an external USB drive so how can i do that i appreciate any help thanks a lot awesome software !

I think the easiest way to do it would be to put an entry in etc/fstab that would mount the USB drive to a consistent mount point such as usr/monitordata

The next step would be to delete the default /var/spool/monitor directory and create a symbolic link from the mount point you configured in fstab to /var/spool/monitor. Make sure it is owned by the ‘asterisk’ user and you should be off to the races.