NAS for Call Recordings

rcksl

New Member
Apr 6, 2025
11
1
3
38
Anyone know how to write call recordings to a separate NAS per tenant? Still to be viewed in FusionPBX GUI?
 
I haven't tried it, but perhaps mounting it and pointing the individual folders /var/lib/freeswitch/recordings directory to the correct destination should technically work.

I did a fun project once where you can upload recordings to the AWS storage overnight, and you can select the AWS bucket and credentials per tenant.
 
  • Like
Reactions: rcksl
Anyone know how to write call recordings to a separate NAS per tenant? Still to be viewed in FusionPBX GUI?
If you define a variable recordings_dir then assign the path as the value recordings will be saved there. We do that to save recordings to different volumes for customers with heavy recordings requirements
 
  • Like
Reactions: rcksl
If you define a variable recordings_dir then assign the path as the value recordings will be saved there. We do that to save recordings to different volumes for customers with heavy recordings requirements
Thanks but I tried it and didnt really work, may be I did it wrong, If possible can you please share some guidance with screenshots?