I'm configuring call forwarding and I want to allow the user to enter a call-forward number of any length, followed by the # key.

I have tried "_X.#", but that will only end when I get a digit timeout. Presumably, this is because the "." will match the pound and it is waiting fro more input.

What I would like is a way to do say "match X as many times as an X is entered, once you get a #, that is the end".

Is there a straightforward way to do this?

Thank you.

-Michael

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to