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.