Need Help -> Modifying Recording through Third Party App

Hello,

Don’t know where to put this so if this is the wrong location, sorry.

I have FreePBX on CentOS and I have custom context that plays a recording before every call and then connects the call, all good there.

I have a web application in .NET that serves for uploading custom recordings, and I’d like that custom recording to substitute the one already in place before the calls in the CentOS…

The recording name will be ‘recordingname’ for example, and the new file will simply overwrite it, so no config change needs to be done, only the actual sound file needs to be replaced.

Is this possible ? Thanks…

Update:
Can the recording point to a location outside the CentOS ? like an ftp ?

I would use samba and create an SMB share. Google “centos samba”

‘yum install samba’ will get you started.

Thanks! will get started researching on that