<div dir="ltr">Hi Andy,<div><br></div><div>thanks for the help on this. it works as expected.</div><div><br></div><div><br></div><div><pre style="color:rgb(0,0,0)">&gt;&gt; Hi, Luis
&gt;&gt;
&gt;&gt; Looking  the FS source code, it will return an “ungreedy” match if you are using a regex and it is your and only bind_digit_action.  If this matches your scenario, try adding a 2nd  bind_digit_action - it doesn’t matter what it is and it doesn’t need to be a regex (it just needs to be something which won’t interfere with anything else).
&gt;&gt; 
&gt;&gt; So, for example, you could try this:
&gt;&gt; 
&gt;&gt; bind_digit_action(my_domain,&#39;~^\*(\d+)$&#39;,exec:execute_extension,MY_EXTENSION XML my_context,both,self)
&gt;&gt; bind_digit_action(my_domain,&#39;##&#39;,exec:execute_extension,MY_DO_NOTHING_EXTENSION XML my_context,both,self)
&gt;&gt; 
&gt;&gt; I’ve spent quite some time looking at that part of the FS code, so I hope this is helpful.
</pre><pre style="color:rgb(0,0,0)"><br></pre><pre style="color:rgb(0,0,0)"><br></pre></div><div><br></div></div>