I need to be able to play the messages within my app.
I have got the paths from the database table v_call_recordings
eg var/lib/freeswitch/recordings/my.domain.com/archive/
so if use my.domain.com/var/lib/freeswitch/recordings/my.domain.com/archive/2020/may/mywav.wav
So how do I expose these.
I have seen
chmod 0444 var/lib/freeswitch/recordings/my.domain.com/archive/ but am unsure whether this makes it read only internally or externally.
Answers at idiot level please.
I have got the paths from the database table v_call_recordings
eg var/lib/freeswitch/recordings/my.domain.com/archive/
so if use my.domain.com/var/lib/freeswitch/recordings/my.domain.com/archive/2020/may/mywav.wav
So how do I expose these.
I have seen
chmod 0444 var/lib/freeswitch/recordings/my.domain.com/archive/ but am unsure whether this makes it read only internally or externally.
Answers at idiot level please.