THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Timo Reimann (tr)
Attached to Project - sip-router Summary - spiraled dialogs not detected when calling dlg_manage() on in-dialog requests Task Type - Bug Report Category - Module Status - New Assigned To - Timo Reimann Operating System - All Severity - Low Priority - Normal Reported Version - Development Due in Version - Undecided Due Date - Undecided Details - When calling dlg_manage() while an in-dialog request is being processed, spirals are not detected even when spiral detection is enabled in the dialog module.
The reason for this is that spiral detection is implemented in dlgcb_onreq(). However, dlg_manage() calls dlg_new_dialog() directly, thereby circumventing spiral detection functionality.
A fix is to move the spiral detection code into dlg_new_dialog(). This should make it work regardless of how a dialog is (possibly) created.
More information can be found at the following URL: http://sip-router.org/tracker/index.php?do=details&task_id=125
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.