Hi All,<br>
<br>
I have some questions regarding mod_limit.<br>
<br>
1. I&#39;m using 16674 in production but tested and with 17001. I try
mod_limit with odbc/mysql and sqlite and have same problem: mod_limit
using limit_hash never tries to write data to SQL. It works (counts
sessions) on log screen but no data in MySQL/Sqlite. It seems that data
is cached but cache never flushed to DB. Is anyone has this problem. My limits are:<br><br>&lt;action application=&quot;limit_hash&quot; data=&quot;op_${sip_h_X-SRC-Cust} ${destination_number} 5 !INCOMING_CALL_BARRED&quot; /&gt;<br>
&lt;action application=&quot;limit_hash&quot; data=&quot;in_${sip_h_X-SRC-Cust} ${caller_id_number} 10/300 !OUTGOING_CALL_BARRED&quot; /&gt;<br><br>and they are applied on inbound call profile in same extension. <br><br>
<br>
2. I need to implement rule maximum of 50 calls per day/24h from the same
CLID (A NUMBER) after that calls to be limited. I&#39;m not sure but rule
in example &quot;Limit calls to 5 calls every 10 minutes&quot; is about
concurrent call but not calls processed as count. Any idea ?<br>
<br>
Thanks for any help<br>