On Mon, Sep 02, 2019 at 04:04:59AM -0400, Alex Balashov wrote:
On Sun, Sep 01, 2019 at 09:35:43AM +0000, 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 particular dialog.
Do you have the send_bye parameter set to 1 or use the $dlg_ctx(timeout_bye) PV? Is there any configured timeout that relates to the ~150s that you see in the module? It is always ~150s or does it change from call to call?
Also, I neglected to answer your question: yes, I set 'send_bye' modparam rather than using $dlg_ctx(timeout_bye) = 1.