Re: [SR-Users] max_contacts does not work as expected

2017-11-29 Thread Gholamreza Sabery
No body has any other ideas? On Sun, Nov 26, 2017 at 11:49 AM, Gholamreza Sabery wrote: > I have tested it. These records are not actually expired. I even found a > situation in which a user has 16 different records in the database with the > same expiration time and the

Re: [SR-Users] max_contacts does not work as expected

2017-11-26 Thread Gholamreza Sabery
I have tested it. These records are not actually expired. I even found a situation in which a user has 16 different records in the database with the same expiration time and the same received socket address. The records were not expired yet. Is this a bug? Can it lead the system to be attacked?

Re: [SR-Users] max_contacts does not work as expected

2017-11-17 Thread Gholamreza Sabery
Thank you very much Dimitri, good point. On Fri, Nov 17, 2017 at 2:38 PM, Dmitri Savolainen wrote: > One of them is expired in my mind and wiating for "usrloc" > "timer_interval" for clearing in DB. Expired contact will ignore while > calling. Like this > MariaDB

Re: [SR-Users] max_contacts does not work as expected

2017-11-17 Thread Dmitri Savolainen
One of them is expired in my mind and wiating for "usrloc" "timer_interval" for clearing in DB. Expired contact will ignore while calling. Like this MariaDB [kamailio_dev]> select username, expires, UNIX_TIMESTAMP(expires) - UNIX_TIMESTAMP(now()), user_agent from location where

Re: [SR-Users] max_contacts does not work as expected

2017-11-16 Thread Gholamreza Sabery
Dear Daniel, I can not use db_mode=1 in my setup; but I will try to test it. Regards On Thu, Nov 16, 2017 at 9:23 PM, Daniel-Constantin Mierla wrote: > Very busy with the work this week ... > > To see if this a limitation of db only mode or not, can you test with >

Re: [SR-Users] max_contacts does not work as expected

2017-11-16 Thread Daniel-Constantin Mierla
Very busy with the work this week ... To see if this a limitation of db only mode or not, can you test with db_mode=1? Cheers, Daniel On 16.11.17 16:51, Gholamreza Sabery wrote: > No ideas? > > On Wed, Nov 15, 2017 at 3:27 PM, Gholamreza Sabery >

Re: [SR-Users] max_contacts does not work as expected

2017-11-16 Thread Mojtaba
Hello. In Kamailio when the uac is registerd in new AOR, the other AOR is take afew minute until expired time is occure. As you mentioned you set db_mode=3, becuase the database is should be updated,It may take more time to update. Be notice that if the two different AOR is exist in kamailio,No

Re: [SR-Users] max_contacts does not work as expected

2017-11-16 Thread Gholamreza Sabery
No ideas? On Wed, Nov 15, 2017 at 3:27 PM, Gholamreza Sabery wrote: > Hello Daniel, > > I use a value of 3 for db_mode. > > On Wed, Nov 15, 2017 at 11:11 AM, Daniel-Constantin Mierla < > mico...@gmail.com> wrote: > >> Hello, >> >> what is the value of db_mode parameter for

Re: [SR-Users] max_contacts does not work as expected

2017-11-15 Thread Gholamreza Sabery
Hello Daniel, I use a value of 3 for db_mode. On Wed, Nov 15, 2017 at 11:11 AM, Daniel-Constantin Mierla < mico...@gmail.com> wrote: > Hello, > > what is the value of db_mode parameter for usrloc module? > > Cheers, > Daniel > > On 15.11.17 06:36, Gholamreza Sabery wrote: > > I have a Kamailio

Re: [SR-Users] max_contacts does not work as expected

2017-11-14 Thread Daniel-Constantin Mierla
Hello, what is the value of db_mode parameter for usrloc module? Cheers, Daniel On 15.11.17 06:36, Gholamreza Sabery wrote: > I have a Kamailio server that has: > > modparam("registrar", "max_contacts", 2) > > But recently I noticed some users have more than two records in the > location