[Asterisk-Users] Voicemail

C F shmaltz at gmail.com
Fri Jul 8 12:39:27 MST 2005


Well, the stable (1.0.7) version supports it as well. Just make sure
you have an o (the letter , not the number zero) defined as an
extension in the last macro/context that called the voicemail app.
If all you want to do is let them leave a message and after they end
recording (by pressing #) they should be dumpted in a new context
where they have some IVR, they you can define the next priority after
the one where the voicemail app was called to do that, something like
this:
exten => s,1,VoiceMail(u123)
exten => s,2,Goto(context,exten,pri)
this will take them to that context after the voicemail command exits.

On 7/8/05, Carlos Alperin <calperin at senecacom.net> wrote:
> I already did that, but looks like that is only supported on advanced
> features voicemail. And I don't know if I can update or patch only the
> voicemail.
> 
> Thanks,
> 
> Carlos
> 
> -----Original Message-----
> From: asterisk-users-bounces at lists.digium.com
> [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Rich Adamson
> Sent: Friday, July 08, 2005 1:15 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [Asterisk-Users] Voicemail
> 
> > I need to see if we can make the voicemail do the following:
> >
> > After they reach the voicemail, and left a message or not, they should be
> able to dial 0 to
> reach back the main menu or and operator.
> >
> > Any ideas?
> 
> As ususal, first look in /usr/src/asterisk/configs. If you dig
> through the voicemail.conf.sample, you should find something like:
>  operator=yes
> 
> 
> 
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at 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
> 
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at 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
>



More information about the asterisk-users mailing list