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"><<a href="mailto:markmorreny@gmail.com">markmorreny@gmail.com</a>></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 "limit-pass=pass".<br>
<br>Does anyone know what is wrong with my dialplan?<br><br><br> <context name="internal"><br><br> <extension name="test-limit"><br><br> <condition field="destination_number" expression="^9(.*)$"><br>
<br> <action application="limit_hash_execute" data="192.168.1.102 6000 1/1 transfer to-next" /><br> <action application="set" data="limit-pass=false"/><br>
<action application="info" /><br> <action application="hangup" /><br><br> </condition><br><br> </extension><br> <extension name="to-next"><br>
<condition field="destination_number" expression="^to-next$"><br> <action application="set" data="limit-pass=true"/><br> <action application="info" /><br>
<action application="hangup" /><br><br><br><br> </condition><br> </extension><br></context><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>