Olivier
2011-Oct-31 10:14 UTC
[asterisk-users] Temporarily disabling voicemail recordings (but not greetings)
Hi, Googling, I couldn't find any answer the question bellow: Let say a user is out for several days and doesn't want to have te reply to a tons of unimportant voicemails when (s)he returns. Is it possible for him (her) to disable/enable its voice mailbox capabilty to record voicemails and still play recorded greetings. I thought I would find this feature within voicemail menu (see http://www.voip-info.org/wiki/view/Asterisk+cmd+VoiceMailMain). Just in case I overlooked something, I prefer asking here. Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20111031/14b5da14/attachment.htm>
Danny Nicholas
2011-Oct-31 13:22 UTC
[asterisk-users] Temporarily disabling voicemail recordings (but not greetings)
If you are using the "silent" option of voicemail (b - busy, u - unavailable, s - silent) you could set up a context to play the "normal silent" message, then goodbye. [normal-voicemail] Exten => start,1,playback(unavail-msg) Exten => start,n,voicemail(${ARG1}@default) Exten => start,n,playback(vm-goodbye) Exten => start,n,hangup() [full-voicemail] Exten => start,1,playback(unavail-msg) Exten => start,n,playback(vm-goodbye) Exten => start,n,hangup() From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Olivier Sent: Monday, October 31, 2011 5:15 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Temporarily disabling voicemail recordings (but not greetings) Hi, Googling, I couldn't find any answer the question bellow: Let say a user is out for several days and doesn't want to have te reply to a tons of unimportant voicemails when (s)he returns. Is it possible for him (her) to disable/enable its voice mailbox capabilty to record voicemails and still play recorded greetings. I thought I would find this feature within voicemail menu (see http://www.voip-info.org/wiki/view/Asterisk+cmd+VoiceMailMain). Just in case I overlooked something, I prefer asking here. Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20111031/a19a9a57/attachment.htm>