Hello, <br><br>I have the following setup in the dialplan.  Then, I fire up sipp to send 5calls/s and I expect to get limit-pass=false in most of the INFO output.  However, I am getting all &quot;limit-pass=pass&quot;.<br>
<br>Does anyone know what is wrong with my dialplan?<br><br><br> &lt;context name=&quot;internal&quot;&gt;<br><br>  &lt;extension name=&quot;test-limit&quot;&gt;<br><br>    &lt;condition field=&quot;destination_number&quot; expression=&quot;^9(.*)$&quot;&gt;<br>
<br>        &lt;action application=&quot;limit_hash_execute&quot; data=&quot;192.168.1.102 6000 1/1 transfer to-next&quot; /&gt;<br>        &lt;action application=&quot;set&quot; data=&quot;limit-pass=false&quot;/&gt;<br>
        &lt;action application=&quot;info&quot; /&gt;<br>        &lt;action application=&quot;hangup&quot; /&gt;<br><br>    &lt;/condition&gt;<br><br>  &lt;/extension&gt;<br>    &lt;extension name=&quot;to-next&quot;&gt;<br>
        &lt;condition field=&quot;destination_number&quot; expression=&quot;^to-next$&quot;&gt;<br>        &lt;action application=&quot;set&quot; data=&quot;limit-pass=true&quot;/&gt;<br>        &lt;action application=&quot;info&quot; /&gt;<br>
        &lt;action application=&quot;hangup&quot; /&gt;<br><br><br><br>    &lt;/condition&gt;<br>    &lt;/extension&gt;<br>&lt;/context&gt;<br>