I want to know if there is way to break out of the voicemail message. for example: On my Noterl PBX when you dial you number from any where you get your recorded voice mail message, but during the message I press 81 and break out of that message. It then prompts me for my PIN thus allowing me to access my message without using the auto attendant. Is this possible with Comedian? The below page did help. http://www.voip-info.org/wiki-Asterisk+cmd+VoiceMailMain Kurt
If you put the following in your Dialplan, pressing * should break you out of voicemail and call VoiceMailMain exten => a,1,VoicemailMain,EXTEN exten => a,2,Hangup On Wed, 19 Jan 2005 11:33:23 -0500, kurt x <kurtwp@gmail.com> wrote:> I want to know if there is way to break out of the voicemail message. > for example: > > On my Noterl PBX when you dial you number from any where > you get your recorded voice mail message, but during the message I > press 81 and break out of that message. It then > prompts me for my PIN thus allowing me to access my message > without using the auto attendant. > > Is this possible with Comedian? > > The below page did help. > > http://www.voip-info.org/wiki-Asterisk+cmd+VoiceMailMain > > Kurt > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Brain,
I did what you suggested but instead of going to VoiceMailMain it
starts the begining of
my recorded message each time I press the "*" key.
[vmail]
exten => a,1,Voicemail(u${ext})
exten => a,2,Hangup
Kurt 
On Wed, 19 Jan 2005 11:48:18 -0500, Brian Dingman <bdingman@gmail.com>
wrote:> If you put the following in your Dialplan, pressing * should break you
> out of voicemail and call VoiceMailMain
> 
> exten => a,1,VoicemailMain,EXTEN
> exten => a,2,Hangup
> 
> 
> On Wed, 19 Jan 2005 11:33:23 -0500, kurt x <kurtwp@gmail.com> wrote:
> > I want to know if there is way to break out of the voicemail message.
> > for example:
> >
> > On my Noterl PBX when you dial you number from any where
> > you get your recorded voice mail message, but during the message I
> > press 81 and break out of that message.  It then
> > prompts me for my PIN thus allowing me to access my message
> > without using the auto attendant.
> >
> > Is this possible with Comedian?
> >
> > The below page did help.
> >
> > http://www.voip-info.org/wiki-Asterisk+cmd+VoiceMailMain
> >
> > Kurt
> > _______________________________________________
> > Asterisk-Users mailing list
> > Asterisk-Users@lists.digium.com
> > http://lists.digium.com/mailman/listinfo/asterisk-users
> > To UNSUBSCRIBE or update options visit:
> >    http://lists.digium.com/mailman/listinfo/asterisk-users
> >
>
Kurt,
Here is a real basic setup of how the a extension can be used in
context with the rest of the dialplan. The a extension must call
VoiceMailMain NOT Voicemail or you will get your voicemail again and
not the voicemail system.
[fromPSTN]
exten => s,1,Answer
exten => s,2,Dial(${RINGPHONENUMBERS},15,r)
exten => s,3,Voicemail,u${VMBOX}
exten => s,4,Hangup
exten => a,1,VoicemailMain
exten => a,2,Hangup
On Thu, 20 Jan 2005 15:30:14 -0500, kurt x <kurtwp@gmail.com>
wrote:> Brain,
> 
> I did what you suggested but instead of going to VoiceMailMain it
> starts the begining of
> my recorded message each time I press the "*" key.
> 
> [vmail]
> exten => a,1,Voicemail(u${ext})
> exten => a,2,Hangup
> 
> Kurt
>
I have Ext 101 configured as the default for incoming calls. Ext 101 also holds all of the incoming voicemails. How do I access the voicemail for ext 101 remotely? I am looking to be able to call in from the outside and retrieve all of my messages. When I press *97 during the voicemail outgoing message, it only prompts me to change to a different extension though the directory list. Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050518/34a0db3b/attachment.htm