Nag about voicemails

Is there any way I can nag my staff to actually listen to the voicemails which come in? At the moment we have about five Digium phones scattered about the warehouse. Voicemails from the general public land on only one of them. Staff seem to love to ignore the flashing red light. I’d love to either:-

  • Send a message to popup on the Zulu desktop client that a voicemail has been left
  • Trigger a call file every five mins or so to play an announcement “unlistened to voicemail!”
  • Forward the message to all the other Digium phones BUT (think this bit is impossible) if one of them listens to the message, mark it as read/delete it on the others too
  • Some other way of accessing a shared voicemail box from all the phones from the hard buttons on the Digium handset (don’t think this is possible)

Any tips most welcome!!
Thanks

Ultimately you really have a lot of flexibility on what you can do, as long as you are willing to code it custom.

Before that have you reviewed the VM Blasting and VM Notify modules to see if something already built might fit well enough?
https://wiki.freepbx.org/display/FPG/Voicemail+Blasting+User+Guide

https://wiki.freepbx.org/display/FPG/Voicemail+Notify-Admin+Guide

in addition to what @comtech mentioned, You can set up a virtual extension with voicemail setup for it. I assume you have a ring group set up. When the ring group is not answered, you can have the virtual extension voicemail box as the “Destination if no answer.”

Then on all the extensions, you can setup a BLF for that voicemail box which can make the BLF flash when there is a voicemail…

You can also forward copies of the voicemail message to email accounts if you have the server setup properly,

1 Like

Perhaps also, “crontab -u asterisk” pseudo code

*/5 * * * * if [ -f /var/spool/asterisk/voicemail/default/NNNN/INBOX/msg0000.txt ] ; then /var/lib/asterisk/bin/callfile.sh;fi
4 Likes

Trying this now, dicko, it’s EXACTLY the kind of thing I was thinking of. THANK YOU.

Works absolutely perfectly !! Go @dicko

Does this work with Zulu?

It works at the base Asterisk level, it has nothing to do with Zulu.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.