You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2020. It is now read-only.
Hello,
as of now, an Input component getting passed a one-of grammar with only some allowed digits stops execution anyway, returning a NoMatch event.
While in some situations this is needed, in some others it would be convenient to not return and just ignore not matching characters from a grammar.
Maybe this could be implemented as an option to Input to keep both functionalities.
Asterisk behaves that way with the STREAM FILE dialplan function.