Ok, great. now it's clear. thx On 11/1/07, Tzafrir Cohen <[EMAIL PROTECTED]> wrote: > > On Thu, Nov 01, 2007 at 09:54:40AM +0200, Eran Levy wrote: > > Hi, > > I know how to write an extension which enables the caller to press a > digit > > and do something. How can I make an extension which enables the caller > to > > press a digit and then press another one, like a second cycle... > > For example, the caller presses digit 1, listen playback and then need > to > > press 1 again or * to go back. > > Any idea? > > An IVR is essentially a dialplan context with WaitExten on the s > priority. > > Just Goto a different context in the action of the extension. > > -- > Tzafrir Cohen | [EMAIL PROTECTED] | VIM is > http://tzafrir.org.il | | a Mutt's > [EMAIL PROTECTED] | | best > ICQ# 16849754 | | friend > > ================================================================= > To unsubscribe, send mail to [EMAIL PROTECTED] with > the word "unsubscribe" in the message body, e.g., run the command > echo unsubscribe | mail [EMAIL PROTECTED] > >
-- Thanks, Eran