Attach recordings to e-mail on/off

Does anyone know of a way to allow users to change whether or not they want their voice mail to be sent to their email? So by default it isn’t attached but if someone going on vacation they can change it so their voice mail will be attached and they can turn it off when they return? Something other then me having to edit users.conf every time someone wants it turned on/off?

Hello,

It doesn’t seems to be included, but you could maybe try something like:

  • build 2 voicemails for each users, in 2 different contexts
  • the first context doesn’t have notification nor attachment
  • the second one is only doing mail attachment and delete=1

Based on a database variable each user can toggle through dialplan, you push the incoming call towards the first or the second voice mail context.

Regards, Alex.