Re: [SR-Users] Unexpected BYEs from dialog module

2019-09-03 Thread Henning Westerholt
Hi Alex, answer inline below Am 02.09.19 um 10:04 schrieb Alex Balashov: >> just looked briefly into the code. There is only one place in the >> dialog module that ends a dialog with "dlg_bye_all" - and this happens >> in the dlg_ontimeout routine, if there is the proper flag set for the >>

Re: [SR-Users] Unexpected BYEs from dialog module

2019-09-02 Thread Alex Balashov
On Mon, Sep 02, 2019 at 04:04:59AM -0400, Alex Balashov wrote: > On Sun, Sep 01, 2019 at 09:35:43AM +, Henning Westerholt wrote: > > > just looked briefly into the code. There is only one place in the > > dialog module that ends a dialog with "dlg_bye_all" - and this happens > > in the

Re: [SR-Users] Unexpected BYEs from dialog module

2019-09-02 Thread Alex Balashov
Hi Henning, On Sun, Sep 01, 2019 at 09:35:43AM +, Henning Westerholt wrote: > just looked briefly into the code. There is only one place in the > dialog module that ends a dialog with "dlg_bye_all" - and this happens > in the dlg_ontimeout routine, if there is the proper flag set for the >

Re: [SR-Users] Unexpected BYEs from dialog module

2019-09-01 Thread Henning Westerholt
Hello Alex, just looked briefly into the code. There is only one place in the dialog module that ends a dialog with "dlg_bye_all" - and this happens in the dlg_ontimeout routine, if there is the proper flag set for the particular dialog. Do you have the send_bye parameter set to 1 or use the

Re: [SR-Users] Unexpected BYEs from dialog module

2019-08-31 Thread Alex Balashov
Hi Henning, I am in fact using timeout_avp, but it's set to 2 hours (7200 sec). However, to follow up on this, I have made the discovery that the caller adulterates my RR cookie parameter value to something other than the value my Kamailio instance injected. It's truncated. This leads

Re: [SR-Users] Unexpected BYEs from dialog module

2019-08-29 Thread Henning Westerholt
Hi Alex, sounds strange indeed. 4.3.5 is from March 2016, a lot happened since then.. One idea to investigate further - have you tried already to get more debugging information from dialog? With debugger module you could restrict it to dialog, if this is a loaded production instance. Another