I found a lovely script for sending voicemail notifications in MP3 format instead of wav. It’s a bit of a hack, since Asterisk only provides you with an entire, MIME encoded email message as input. Anyway, I improved it somewhat and wanted to share. This version adds call info and an image to the MP3 file, and is more elegant IMHO – e.g. use of pushd
/popd
or mktemp
.
Continue reading “Asterisk voicemail notifications with MP3”
Sending Asterisk 1.8 voicemails to multiple emails
Here is the difficult way to send Asterisk 1.8 voicemail notifications to more than one address. The easy way is to define a sendmail alias on your system. However, if you want to allow management of emails through a GUI like FreePBX, that won’t do much good for you.
Continue reading “Sending Asterisk 1.8 voicemails to multiple emails”
Sending Asterisk 1.4 voicemails to multiple emails
Here’s the complicated way to get Asterisk sending voicemail notifications to multiple email addresses. (The easy way? Use group mailboxes and/or sendmail aliases.) Once this modified module is compiled and installed, multiple addresses in voicemail.conf
can be separated by a pipe character.
Continue reading “Sending Asterisk 1.4 voicemails to multiple emails”