Emrah
2009-Jul-31 10:38 UTC
[asterisk-users] Voicemail feature: enable or disable the ability to leave a message
Hi, I think there is an essential option of the Voicemail application that is missing. I would like to suggest the implementation of a function to give the user the ability to either allow or disallow the recording of messages. If the ability to record a message is disabled, options u, s, and b must not be considered in order to avoid the playback of messages such as "Please leave your message after the tone..." the usecase is simple. A person could record a greeting that says please callback later instead of asking to leave a message. usefull also to record afterhour messages. What do you think? Regards, Emrah
Danny Nicholas
2009-Jul-31 14:39 UTC
[asterisk-users] Voicemail feature: enable or disable the abilityto leave a message
It does seem like a simple thing to accomplish. Since Asterisk is open-source, you should give it a whirl or post a bounty. You could accomplish the same thing in the dialplan, but that wouldn't be a feature. -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Emrah Sent: Friday, July 31, 2009 5:38 AM To: asterisk-users at lists.digium.com Subject: [asterisk-users] Voicemail feature: enable or disable the abilityto leave a message Hi, I think there is an essential option of the Voicemail application that is missing. I would like to suggest the implementation of a function to give the user the ability to either allow or disallow the recording of messages. If the ability to record a message is disabled, options u, s, and b must not be considered in order to avoid the playback of messages such as "Please leave your message after the tone..." the usecase is simple. A person could record a greeting that says please callback later instead of asking to leave a message. usefull also to record afterhour messages. What do you think? Regards, Emrah _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- AstriCon 2009 - October 13 - 15 Phoenix, Arizona Register Now: http://www.astricon.net asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Mark Michelson
2009-Jul-31 14:42 UTC
[asterisk-users] Voicemail feature: enable or disable the ability to leave a message
Emrah wrote:> Hi, > > I think there is an essential option of the Voicemail application that > is missing. > I would like to suggest the implementation of a function to give the > user the ability to either allow or disallow the recording of messages. > If the ability to record a message is disabled, options u, s, and b must > not be considered in order to avoid the playback of messages such as > "Please leave your message after the tone..." > > > the usecase is simple. A person could record a greeting that says please > callback later instead of asking to leave a message. usefull also to > record afterhour messages. > > What do you think? > > Regards, > Emrah >There is no reason to place this logic in the Voicemail application itself. If you wish to give users the option of leaving a voicemail, it can easily be done in the dialplan by playing prompts and reading the input of the user. Then, based on the input, you can choose whether to run the Voicemail application. Mark Michelson