THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Víctor Seva (linuxmaniac)
Attached to Project - sip-router
Summary - usrloc: Add missing RPC commands
Task Type - Improvement
Category - usrloc (k)
Status - Unconfirmed
Assigned To -
Operating System - All
Severity - Low
Priority - Normal
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - Added commands:
- ul.rm
- ul.rm_contact
- ul.flush
- ul.add
One or more files have been attached.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=290
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.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#282 - Dialog bugs
User who did this - Eduardo Lejarreta (lejarreta.e)
----------
Good evening Daniel.
I've been busy these days. Our version is dialog 3.2 which has the same problem to 3.3
http://kamailio.org/docs/modules/3.2.x/modules_k/dialog.html#id2555392 -> search for
$dlg_ctx(timeout_bye) = 1; (kamailio.cfg)
These flag is in dlg_hash.h: ----> #define DLG_FLAG_TOBYE (1<<3) /*!< flag from dialog context */
We use this flag on kamailio.cfg on authenticated INVITEs route to "flag" contextually these dialogs to be finished when dialog timeout occurs.
On ther other hand, talking about dialog_ng and dialog Kamailio 4. When we started this issue there was not dialog_ng nor dialog 4 because kamailio 4 wasn't released. I should test these new modules but in a fast "dialog 4" check (not dialog_ng) I'm still finding dlg_handlers.c error. On dlg_db_handler.c it seems that dlg->lifetime has been corrected and there are new data loaded from DB as sflags and iflags (I should check for this but I've to find a gap, may be on May month)
Best regards.
Eduardo Lejarreta.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=282#comment863
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.
I was looking at data_lump.h and one of the comments was seeming
contradictory and then I realized that the for del_lump got separated from
it's comment when the function "anchor_lump2" got added.
Attached is a patch to move the comment back to it's rightful owner. Let
me guys know if you think it's ok.