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
> > Message: 10 > Date: Thu, 21 Oct 2004 09:02:16 -0500 > From: "Matthew Boehm" <mboehm@cytelcom.com> > Subject: [Asterisk-Users] Press the * key to repeat > To: <asterisk-users@lists.digium.com> > Message-ID: <006b01c4b776$9266c890$2000000a@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'.
Matthew Boehm wrote:> 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?This may help: exten => a,1,VoicemailMain(${ARG1}); If they press *, send the user into VoicemailMain :-) -- Cheers, Matt Riddell _______________________________________________ http://www.sineapps.com/news.php (Daily Asterisk News - html) http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss)