THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A user has added themself to the list of users assigned to this task.
FS#45 - kamailio: presence_mwi should be in the list of excluded module
User who did this - Ovidiu Sas (osas)
http://sip-router.org/tracker/index.php?do=details&task_id=45
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 - Ovidiu Sas (osas)
Attached to Project - sip-router
Summary - kamailio: presence_mwi should be in the list of excluded module
Task Type - Bug Report
Category - Modules kamailio
Status - Assigned
Assigned To - Daniel-Constantin Mierla
Operating System - All
Severity - Low
Priority - Normal
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - Currently, the presence_mwi module is not in the list of excluded modules and it is built when kstandard group is selected:
make every-module group_include="kstandard"
It is also built when the kpresence group is selected:
make every-module group_include="kpresence"
It would make sense to add the presence_mwi module to the list of excluded modules and keep it only in the kpresence group.
There's no point in building presence_mwi module (while building kstandard) if the presence modules is not built inside the same group.
The following patch adds presence_mwi to the list of excluded modules and therefore removing it from the kstandard group:
diff --git a/Makefile b/Makefile
index 51e2f30..434558e 100644
--- a/Makefile
+++ b/Makefile
@@ -279,7 +279,7 @@ else
snmpstats xmpp \
carrierroute misc_radius peering \
dialplan lcr utils presence \
- presence_dialoginfo presence_xml pua pua_bla \
+ presence_dialoginfo presence_mwi presence_xml pua pua_bla \
pua_dialoginfo pua_usrloc pua_xmpp \
regex xcap_client
Regards,
Ovidiu Sas
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=45
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#44 - Patch for some warnings on CentOS
User who did this - Andrei Pelinescu-Onciul (andrei)
Reason for closing: Implemented
Additional comments about closing: The branch origin/andrei/pointer_alias_warnings already fixes most (or all) the warnings and it will be merged in 3.0.2 or 3.0.3 (it's already merged in master which should be warnings free).
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=44
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#44 - Patch for some warnings on CentOS
User who did this - Andrei Pelinescu-Onciul (andrei)
----------
Thanks, but most of them (maybe all) are fixed on master and on the branch andrei/pointer_alias_warnings.
When we will be confident enough that the changes in the later branch are ok (basically more master testing), we will
merge it to sr_3.0 and k 3.0 (and all the warnings should disappear). Probably this will happen in 3.0.2.
If you find something that is not fixed in master, then please re-open this bug report (or open another one).
If a warning is already fixed in master, but not in sr 3.0 or k 3.0 the preferred way is to cherry pick the
corresponding commit (make a bug report asking for cherry-picking a specific commit).
BTW: with gcc 4.5 master compiles almost without warnings (there are only 1 or 2 IIRC in modules_k/nathelper).
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=44#comment44
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 - Ovidiu Sas (osas)
Attached to Project - sip-router
Summary - Patch for some warnings on CentOS
Task Type - Bug Report
Category - Core
Status - Assigned
Assigned To - Andrei Pelinescu-Onciul
Operating System - All
Severity - Low
Priority - Normal
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - Attached is a patch that fixes some warnings on CentOS 5.4 (gcc 4.1.2).
The patch is generated against kamailio 3.0.1 but it should be applied to HEAD too.
Regards,
Ovidiu Sas
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=44
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 user has added themself to the list of users assigned to this task.
FS#44 - Patch for some warnings on CentOS
User who did this - Ovidiu Sas (osas)
http://sip-router.org/tracker/index.php?do=details&task_id=44
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.