Is there a way to have control go back to the dialplan after a call gets to voicemail? I'm looking to implement findme and campon, but I want the options to be "hidden", so if someone calling got a voicemail they could key in "*1" (or whatever) and it would go back to the dialplan so I can implement fineme in the dial plan. The same with campon, if you got a busy voicemail you could key in "*2" (or whatever) and it would take them to the piece of the dialplan where it would wait for person to get off the phone. I realize I could do this by having the user key in another option (Hit 1 to leave a voicemail, hit 2 to findme) but would prefer not to, users could record this as part of their voicemail message if they want the public to know about the findme and camping on a busy extension. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051208/1a2e9c92/attachment.htm
Voicemail in itself does not hangup, * will bring you back to the DP (to exten a). So if a user exits VM (I think they can exit by pressing # after recording) then you can drop them in a context that does what you want, you can do the same at exten a. On 12/8/05, Joe Pukepail <pukepail@gmail.com> wrote:> Is there a way to have control go back to the dialplan after a call gets to > voicemail? > > I'm looking to implement findme and campon, but I want the options to be > "hidden", so if someone calling got a voicemail they could key in "*1" (or > whatever) and it would go back to the dialplan so I can implement fineme in > the dial plan. The same with campon, if you got a busy voicemail you could > key in "*2" (or whatever) and it would take them to the piece of the > dialplan where it would wait for person to get off the phone. > > I realize I could do this by having the user key in another option (Hit 1 to > leave a voicemail, hit 2 to findme) but would prefer not to, users could > record this as part of their voicemail message if they want the public to > know about the findme and camping on a busy extension. > _______________________________________________ > --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 > > >
Hitting 0 when asterisk announces that the call has gone to voicemail immediately goes to the 'o' reserved extension: http://www.voip-info.org/wiki-Asterisk+cmd+VoiceMail On voicemail main/comedian mail (reading your own voicemail box), press 3 for advanced options, then press 4 to place an outgoing call. On 12/8/05, Joe Pukepail <pukepail@gmail.com> wrote:> > Is there a way to have control go back to the dialplan after a call gets > to voicemail? > > I'm looking to implement findme and campon, but I want the options to be > "hidden", so if someone calling got a voicemail they could key in "*1" (or > whatever) and it would go back to the dialplan so I can implement fineme in > the dial plan. The same with campon, if you got a busy voicemail you could > key in "*2" (or whatever) and it would take them to the piece of the > dialplan where it would wait for person to get off the phone. > > I realize I could do this by having the user key in another option (Hit 1 > to leave a voicemail, hit 2 to findme) but would prefer not to, users could > record this as part of their voicemail message if they want the public to > know about the findme and camping on a busy extension. > > _______________________________________________ > --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 > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051208/00caa622/attachment.htm