[Freeswitch-users] question about latest version of mod_limit
mark morreny
markmorreny at gmail.com
Thu Aug 6 02:26:53 PDT 2009
Hello,
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".
Does anyone know what is wrong with my dialplan?
<context name="internal">
<extension name="test-limit">
<condition field="destination_number" expression="^9(.*)$">
<action application="limit_hash_execute" data="192.168.1.102 6000
1/1 transfer to-next" />
<action application="set" data="limit-pass=false"/>
<action application="info" />
<action application="hangup" />
</condition>
</extension>
<extension name="to-next">
<condition field="destination_number" expression="^to-next$">
<action application="set" data="limit-pass=true"/>
<action application="info" />
<action application="hangup" />
</condition>
</extension>
</context>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090806/4cad9024/attachment-0002.html
More information about the FreeSWITCH-users
mailing list