Re: [SR-Users] dialog timeout_avp no longer works?

2022-07-18 Thread Daniel-Constantin Mierla
Hello, I don't recall changes to timeout_avp usage, but 4.4.7 is really old. In master (and I guess 5.5.4), the timeout is set when dialog is created. Then it can be updated on 1xx or 2xx if noreset is not set. So, maybe in old version you used to create dialog with flag mechanism, which

Re: [SR-Users] dialog timeout_avp no longer works?

2022-07-17 Thread Alex Balashov
> On Jul 17, 2022, at 6:43 AM, David Villasmil > wrote: > > I think I had to also set > > modparam("dialog", "timeout_noreset", 1) I had to set this too, historically, so that calls could not be sustained indefinitely through periodic reinvites. However, I don’t think that has any

Re: [SR-Users] dialog timeout_avp no longer works?

2022-07-17 Thread David Villasmil
I think I had to also set modparam("dialog", "timeout_noreset", 1) On Sun, 17 Jul 2022 at 07:51, Alex Balashov wrote: > Hi, > > I discovered recently that, on Kamailio 5.5.4 at least, the dialog > ’timeout_avp’ no longer appears to have effect. > > Here are my (seemingly relevant) dialog

[SR-Users] dialog timeout_avp no longer works?

2022-07-17 Thread Alex Balashov
Hi, I discovered recently that, on Kamailio 5.5.4 at least, the dialog ’timeout_avp’ no longer appears to have effect. Here are my (seemingly relevant) dialog parameters: modparam("dialog", "enable_stats", 0) modparam("dialog", "hash_size", 4096) modparam("dialog", "rr_param", "dlgcor")