Change Recorded Voice Files location

Hi,

Can I give an external path for recorded voice files?
For example a windows server(file server)

Thanks

I record files in NFS partition.
You can do lot of things - mount external partition and record there, record files on default partition, then move them on mounted one.

Thanks for info.
Can you please give a site for this. I don’t know how to do that.
Thanks

I used ready setup NFS system
You can google NFS.
You will need server which offers NFS and then from client in /etc/fstab to connect - something like:
192.168.1.1:/path/to_exported_dir /your_client_dir nfs rw,rsize=4096,wsize=4096,hard,intr,suid,dev,timeo=300,exec 0 0
There could be some differences in different distributions.
Then everything is much more easy - you can move original /var/lib/asterisk/sounds/ to NFS partition and make soft link to it.

ok thanks a lot.