[Asterisk-Users] Re: Press the * key to repeat

Brian McSpadden mcspadden at gmail.com
Thu Oct 21 08:51:36 MST 2004


I'm not sure about in normal extension use, but within voicemail(to
escape from main menu, etc), you actually use the a extension:
 exten => a,1,Background(message)

Brian

On Thu, 21 Oct 2004 10:16:15 -0400, Leah Newmark <lnewmark at capalon.com> wrote:
> >
> > Message: 10
> > Date: Thu, 21 Oct 2004 09:02:16 -0500
> > From: "Matthew Boehm" <mboehm at cytelcom.com>
> > Subject: [Asterisk-Users] Press the * key to repeat
> > To: <asterisk-users at lists.digium.com>
> > Message-ID: <006b01c4b776$9266c890$2000000a at cytelcom.com>
> > Content-Type: text/plain;     charset="iso-8859-1"
> >
> > Probably something simple and morning tea hasn't kicked in yet..
> >
> > "Thanks for calling. <insert menu>. To hear this message again, press the *
> > (star) key"
> >
> > exten => s,1,Background(message)
> > exten => 1,1,Goto(here)
> > exten => 2,1,Goto(there)
> > exten => *,1,Goto(s,1)
> >
> > Pressing * doesn't repeat the menu. Something I missed? Or can asterisk not
> > detect pressing the * key?
> >
> > Still waking up,
> > Matthew
> >
> >
> Maybe trying writing the context in the GoTo...
> exten => *,1,GoTo(menu,s,1)
> Otherwise, it might be looking for context 's'.
> 
> 
> 
> _______________________________________________
> 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