[SOLVED] How can I read a number without press #

I am trying to read a number using the Read() app, but I don’t want to obligate the user to press the # how this application requires.

I already tried to use WaitExten() too but is not good, because I need to restart the block of dialplan and it give to me a lot of troubles.

Someone can recommend another application or if it possible to use Read() app without press # and without has the length predefined?

Hello,

  you can use the maxdigits option if the lenght of number is fixed.

Regards

the number is not fixed, thanks

I think you have to make WaitExten work for you.

In the end, I used WaitExte(), I needed to reformulate my dialplan but worked.

thanks