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>