Hello,<br><br>First I would like to say thank you for the helpful members here, I have got useful tips and suggestions here.<br>I am trying to implement some kind of &quot;protection&quot; for me, let me describe what is my problem at the moment. I know I ask a bit much questions here .)<br>
<br>I would like to limit the number of incoming calls from my customers, but on a customer basis. I have a subscriber with an Asterisk, so it will be a bad idea to set a limit to 1 concurrent call for this customer, but limit 1 will work for a customer with an IP phone (remember the 100rel thing what I posted here? that was a workaround for this subscriber... I mean to remove 100rel from the supported header).<br>
<br>So basically I would like to limit every subscriber, on a per customer basis.<br><br>The next big thing is the lcr gateways, so where I send the calls. I have 2 peers, one of then have a limit for me, it&#39;s 20 concurrent calls. They don&#39;t limit me, so I can send out 30-40-50 calls to them, but they will charge me a big amount of Lei (Romanian currency) for every calls above 20 at the same time. They have freeswitch.... doesn&#39;t matter, I&#39;m just saying they have freeswitch :) But they have very very good price(for 20 calls what i mentioned), so I would like to fill that &quot;20 calls&quot; space.<br>
<br>I have asked them to give some limits for me, so refuse calls above 20 (so this way lcr can send out to the another gateway), but they don&#39;t want to do it (well, they need money I think)<br><br>I would like to store values for these limits in mysql (column &quot;limit&quot; in subscriber table, and column &quot;calllimit&quot; in gw table, or I can store it in a separate table).<br>
Right now I store these values in a mysql table called &quot;iplimits&quot;<br><br>I am not perfectly sure about how I can select these values from the table, and how can I &quot;play&quot; with these values. Even don&#39;t know how to retrieve the current number of concurrent calls per gateway or per subscriber.<br>
<br>And what to do with these selected values? Store it in an avp and then do some checks against it? <br><br> I am reading the module docs, especially sqlops, but I think I 
                        


                                                                        

                                                        

                                                                        
                                                                                                        
                                                                                 can&#39;t see the wood for the trees.<br><br>I hope somebody can give me suggestions (or an example) about this.<br><br><br>Kind regards,<br><br>Dmitri<br><br><br><br><br><br><br><br><br>