Re: [SR-Users] UAC reg_random_delay issue

2017-08-16 Thread Ivo Vastert
Hi Daniel, Now it works perfectly: Timestamp / registers (532 total): 2017/08/16 12:19:58: 12 2017/08/16 12:20:03: 43 2017/08/16 12:20:08: 59 2017/08/16 12:20:13: 66 2017/08/16 12:20:18: 24 2017/08/16 12:20:23: 35 2017/08/16 12:20:28: 20 2017/08/16 12:20:33: 51 2017/08/16 12:20:38: 57 2

Re: [SR-Users] UAC reg_random_delay issue

2017-08-16 Thread Daniel-Constantin Mierla
Hello, the registrations are done each timer interval as soon as init_time + reg_delay > crt_timer. As you have reg_delay spread across 60sec and the timer run each 60sec, very likely all of them are done at once or sometimes in two timer callback executions. You have to set the timer interval to

Re: [SR-Users] UAC reg_random_delay issue

2017-08-16 Thread Ivo Vastert
Hi, We're currently using 60 as well there: modparam("uac", "reg_timer_interval", 60) Br, Ivo On Wed, Aug 16, 2017 at 8:22 AM, Daniel-Constantin Mierla wrote: > Hello, > > I asked about reg_timer_interval parameter. > > Cheers, > Daniel > > On 16.08.17 01:32, Ivo Vastert wrote: > > Hi, > >

Re: [SR-Users] UAC reg_random_delay issue

2017-08-15 Thread Daniel-Constantin Mierla
Hello, I asked about reg_timer_interval parameter. Cheers, Daniel On 16.08.17 01:32, Ivo Vastert wrote: > Hi, > > We are currently using 60: > > modparam("uac", "reg_random_delay", 60) > > On Tuesday, August 15, 2017, Daniel-Constantin Mierla > mailto:mico...@gmail.com>> wrote: > > Hello, >

Re: [SR-Users] UAC reg_random_delay issue

2017-08-15 Thread Ivo Vastert
Hi, We are currently using 60: modparam("uac", "reg_random_delay", 60) On Tuesday, August 15, 2017, Daniel-Constantin Mierla wrote: > Hello, > > what is the value for reg_timer_interval parameter? > > Cheers, > Daniel > > On 15.08.17 12:54, Ivo Vastert wrote: > > Hi, > > I'm using the UAC modu

Re: [SR-Users] UAC reg_random_delay issue

2017-08-15 Thread Daniel-Constantin Mierla
Hello, what is the value for reg_timer_interval parameter? Cheers, Daniel On 15.08.17 12:54, Ivo Vastert wrote: > Hi, > > I'm using the UAC module in Kamailio to setup about 500 outbound > registration towards a single host. > The issue I'm currently experiencing is that when we start Kamailio

[SR-Users] UAC reg_random_delay issue

2017-08-15 Thread Ivo Vastert
Hi, I'm using the UAC module in Kamailio to setup about 500 outbound registration towards a single host. The issue I'm currently experiencing is that when we start Kamailio all this 500 registrations are initiated at once towards the host which can't handle all the requests at the same time. Ther