I went in and edited /usr/share/freeswitch/scripts/app/voicemail/resources/functions/record_message.lua so my voicemails can be transcribed via Azure. Everything works great for a day, then record_message.lua gets overwritten with the original file. So, I copy the edited one again, and sure enough within about 24 hours it gets overwritten again.
As a stopgap I've simply started a cronjob to keep recopying the edited file, but I'd like to find out how I can make my changes permanent. Any advice?
As a stopgap I've simply started a cronjob to keep recopying the edited file, but I'd like to find out how I can make my changes permanent. Any advice?