THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Bill Radis (radisb)
Attached to Project - sip-router
Summary - Setting only dlg_set_property("ka-dst") doesn't work
Task Type - Bug Report
Category - dialog
Status - Unconfirmed
Assigned To -
Operating System - All
Severity - Low
Priority - Normal
Reported Version - 4.1
Due in Version - Undecided
Due Date - Undecided
Details - In dlg_hash.c, line 135:
if(!(dlg->iflags & (DLG_IFLAG_KA_SRC | DLG_IFLAG_KA_SRC)))
return 0;
should be
if(!(dlg->iflags & (DLG_IFLAG_KA_SRC | DLG_IFLAG_KA_DST)))
return 0;
It causes the keep-alives to work only if only "ka-src" attr is set or both
"ka-src" and "ka-dst" are set, but not when only "ka-dst" is
set.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=416
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.