changing the tone that plays when leaving voicemail?

Status
Not open for further replies.

nktech1135

Member
Dec 16, 2017
53
2
8
us
Hi.
I'd like to change the beep played to callers when they go to voicemail. I did some searching but can't find any good info on how to do this. Can someone direct me on where to find these settings?

Thanks.
 
The voicemail "beep" is defined in /usr/share/freeswitch/scripts/app/voicemail/resources/functions/macro.lua

Code:
            --beep
                if (name == "record_beep") then
                    table.insert(actions, {app="tone_stream",data="L=1;%(1000, 0, 640)"});
                end

I have never tried or needed to change this.
 
Status
Not open for further replies.