Re: [SR-Users] Timeout between 100 & 183

2019-04-05 Thread Alex Balashov
On Fri, Apr 05, 2019 at 06:23:16PM -0400, Alex Balashov wrote: >route { > ... > > # Initial INVITE handling: > > if(is_method("INVITE")) { > # Set fr_inv_timer initially to 5 seconds, so that ># if we do not receive an answer or at least one non-100 1xx >

Re: [SR-Users] Timeout between 100 & 183

2019-04-05 Thread Alex Balashov
Hi, On Fri, Apr 05, 2019 at 04:31:42PM +, Nicolas Breuer wrote: > Any plans to add a timer for the timeout between 100 & 183 ?? > > https://lists.kamailio.org/pipermail/users/2007-December/014752.html > > That can be useful in case we receive an auto_100 but nothing after that. > Waiting t

[SR-Users] Timeout between 100 & 183

2019-04-05 Thread Nicolas Breuer
Hello, Any plans to add a timer for the timeout between 100 & 183 ?? https://lists.kamailio.org/pipermail/users/2007-December/014752.html That can be useful in case we receive an auto_100 but nothing after that. Waiting the fr_inv_timer is not an option 😊 Thanks _