How do I set configure my voicemail notification so that when I'm left a voicemail message it: 1) sends an e-mail to my inbox with the voicemail message attached 2) sends a message to my cellphone without the message attached I get notifications when I've got attachments turned off, but my cell doesn't like attachments in the messages and doesn't send them. An even better option would be for the * voicemail system function like a Telekol system: 1) * calls your cell after receiving a new message. On our system 888 puts you to voicemail of the extension you're dialing from, 887 prompts for your extension. It would in essence place an outbound call from 888 using your extension to your cell phone. 2) The voicemail system keeps trying every X of minutes until you answer your cell (a separate caller ID would be good for this), or it can time-out after Y attempts. 3) If you don't want to be notified any longer of the new message, answer your cell and press *# (star-pound), and it turns off notification until another new message comes in. 4) The remote notification number to call can be set through the voicemail options prompts. If you were going to be somewhere without cell service, you could change the number over the voicemail line. Thanks, Ryan Thrash
On Wed, 2004-03-31 at 11:51, Ryan Thrash wrote:> How do I set configure my voicemail notification so that when I'm left > a voicemail message it: > > 1) sends an e-mail to my inbox with the voicemail message attached > 2) sends a message to my cellphone without the message attachedUse procmail and fix the message before forwarding it out.> An even better option would be for the * voicemail system function like > a Telekol system: > > 1) * calls your cell after receiving a new message. On our system 888 > puts you to voicemail of the extension you're dialing from, 887 prompts > for your extension. It would in essence place an outbound call from 888 > using your extension to your cell phone. > 2) The voicemail system keeps trying every X of minutes until you > answer your cell (a separate caller ID would be good for this), or it > can time-out after Y attempts.Sounds like a good use of a .call file triggered by the above mentioned procmail action.> 3) If you don't want to be notified any longer of the new message, > answer your cell and press *# (star-pound), and it turns off > notification until another new message comes in.AGI script fired upon answer of above mentioned .call file generated by further above mentioned procmail action.> 4) The remote notification number to call can be set through the > voicemail options prompts. If you were going to be somewhere without > cell service, you could change the number over the voicemail line.Again a simple AGI script wrapped up on an extension you decide on your system. All simple, just needs you to exert yourself for a few minutes remembering what tools are already placed in front of you. -- Steven Critchfield <critch@basesys.com>
Currently we have (with our NEC phone system) the options in voicemail to have a message say " press 2 to go to my mobile phone" Can this be done in asterisk without setting up an IVR for each user ? Has anyone got a voicemail dialplan that can do this ? Thanks -- Kevin Withnall ILB Computing PH: 02 4227 0001 Mobile: 0412 453 846 FAX: 02 4227 0081 http://kevin.withnall.com/ -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3271 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20060703/b7cedb58/smime.bin
Thanks for that, it works like a charm :-) -- Kevin Withnall ILB Computing PH: 02 4227 0001 Mobile: 0412 453 846 FAX: 02 4227 0081 http://kevin.withnall.com/> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > Paul Hales > Sent: Tuesday, 4 July 2006 4:26 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] Voicemail options > > > Asterisk has an option to have an out (by pressing '0') and you could > use that to jump out of voicemail and off to someones mobile. > > Maybe a dbget to grab the mobile phone for the user would be > a neat way > to go..... > > -- > Paul Hales > Technical Manager > AsteriskIT > www.asteriskit.com.au > ph: 03 8320 8100 > > > On Tue, 2006-07-04 at 16:33 +1000, Kevin Withnall wrote: > > Currently we have (with our NEC phone system) the options > in voicemail to > > have a message say " press 2 to go to my mobile phone" > > > > Can this be done in asterisk without setting up an IVR for > each user ? > > > > Has anyone got a voicemail dialplan that can do this ? > > > > Thanks > > > > > > > > -- > > Kevin Withnall > > ILB Computing > > PH: 02 4227 0001 Mobile: 0412 453 846 > > FAX: 02 4227 0081 > > http://kevin.withnall.com/ > > > > _______________________________________________ > > --Bandwidth and Colocation provided by Easynews.com -- > > > > Asterisk-Users mailing list > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >