Does anybody know how to remove the message “Please leave a message after the tone. When done press #”. All I need to play is my custom message, followed by the beep. Thanks in advance!
Howdy,
Try the “s” flag for the Voicemail application.
Cheers.
Playback(name_of_your_file)
Voicemail(mbox_number,s)
exten => s,1,Dial(SIP/901,45,Tt)
exten => s,2,BackGround(/var/spool/asterisk/voicemail/default/mymessage)
exten => s,3,VoiceMail(901|s)
exten => s,4,Hangup()