Changing default Voicemail Greetings with pre-recorded messages

pastoreerrante
Posts: 20
Member Since:
2007-12-20

Hi guys,

Does anyone know how to change default Voicemail Greetings with a pre-recorded message?

I don't want to record my personal greeting from my phone, because i have already a professional-recorded .wav file that was made expressly for me.

Have i to put my .wav file int the var/spool/asterisk/voicemail/default path?

Thanks - Daniele



ethans
Posts: 519
Member Since:
2007-01-16
You'll want to replace the

You'll want to replace the /var/spool/asterisk/voicemail/default/xxxx/greet.wav and/or busy.wav files with your recordings. If they were professionally recorded, you may need to re-sample them with sox:

sox -w -s -c 1 orig.wav -r 8000 -c 1 new.wav



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.