THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has been changed. The changes are listed below. For full information
about what has changed, visit the URL and click the History tab.
FS#125 - spiraled dialogs not detected when calling dlg_manage() on in-dialog requests
User who did this: Timo Reimann (tr)
Task details edited:
-------
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 dlg_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.