Possibly the calls are being disconnected too quickly? Try adding a sleep for 1000ms on each one and see what happens.<br>-MC<br><br><div class="gmail_quote">On Thu, Aug 6, 2009 at 4:26 AM, mark morreny <span dir="ltr">&lt;<a href="mailto:markmorreny@gmail.com">markmorreny@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">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>
<br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>