THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#341 - presence_dialoginfo -> force_single doesn't sent most relevant xml
User who did this - Daniel-Constantin Mierla (miconda)
----------
The patch doesn't look good. You should put curly braces for the two IF statements:
if(force_single_dialog)
and
if (p_root->children)
Right now, when doing the indentation of the code, the first FOR:
for(i=0;i<j; i++) {
includes also the second one, which is in an ELSE branch:
else {
/* loop over all bodies and create the aggregated body */
for(i=0; i<j; i++)
Which looks wrong.
Also, makes no sense to add the prototype in .h file, since the new function you added in used in one .c file. Add it at the beginning of the .c file. Right now makes an unnecessary include in the .h file for a header file from libxml2.
----------
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=341#comment1084
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 is now closed:
FS#340 - module pua_reginfo, function reginfo_handle_notify
User who did this - Daniel-Constantin Mierla (miconda)
Reason for closing: Fixed
Additional comments about closing: Documentation enhanced to reflect the parameter for the function.
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=340
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 is now closed:
FS#339 - pua_reginfo: Fails to insert the contact into the location table
User who did this - Daniel-Constantin Mierla (miconda)
Reason for closing: Fixed
Additional comments about closing: Patches applied.
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=339
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 is now closed:
FS#338 - Kamailio 4.0.x crash with pua_reginfo : reginfo_handle_notify
User who did this - Daniel-Constantin Mierla (miconda)
Reason for closing: Fixed
Additional comments about closing: Patch applied, thanks!
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=338
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#346 - avpops: use xavp semantic on second parameter
User who did this - Daniel-Constantin Mierla (miconda)
----------
I see it depends on pv module, by including some header file from there. What exactly it is needed for? It should be made in a way to avoid this, eventually moving some structure declaration or function in xavp.h in core or finding another solution.
----------
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=346#comment1083
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.
A new Flyspray task has been opened. Details are below.
User who did this - Víctor Seva (linuxmaniac)
Attached to Project - sip-router
Summary - avpops: use xavp semantic on second parameter
Task Type - Improvement
Category - Modules kamailio
Status - Unconfirmed
Assigned To -
Operating System - All
Severity - Low
Priority - Normal
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - Add the possibility to use the xavp as second parameter with [*] to check all xavp values.
if(avp_check("$avp(s:foo)","re/$xavp(test[0]=>re[*])/g"))
{
xlog("L_INFO", "[3.2] $avp(s:foo)->$xavp(test[0]=>re[*]) found!\n");
}
One or more files have been attached.
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=346
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.