<div dir="ltr">Hi,<div><br></div><div>i&#39;m trying to collect as many digits as possible but only getting the first.</div><div><br></div><div>bind_digit_action(my_domain,&#39;~^\*(\d+)$&#39;,exec:execute_extension,MY_EXTENSION XML my_context,both,self)<br></div><div>if i press *8754, MY_EXTENSION is executed as soon as i type the 8. i guess the regexp is true, but shouldn&#39;t it try to capture the rest of the digits ?</div><div><br></div><div>also tried</div><div>bind_digit_action(my_domain,&#39;~^\*(\d{5,12})$&#39;,exec:execute_extension,MY_EXTENSION XML my_context,both,self)<br></div><div>when i press *123456789, MY_EXTENSION is executed as soon as i type the 5</div><div><br></div><div>also used &#39;set(bind_digit_input_timeout=15000)&#39; with no luck</div><div>is there a way to capture until bind_digit_input_timeout ?</div><div><br></div><div>Thanks</div><div><br></div></div>