Revision: 6026
http://openser.svn.sourceforge.net/openser/?rev=6026&view=rev
Author: henningw
Date: 2010-07-27 12:53:52 +0000 (Tue, 27 Jul 2010)
Log Message:
-----------
* extend notes about the case_sensitive parameter
Modified Paths:
--------------
branches/1.5/modules/registrar/README
branches/1.5/modules/registrar/doc/registrar_admin.xml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#81 - patch to add method masking to xlog function
User who did this - Juha Heinanen (jh)
----------
the patch that i created does not affect any existing configs, because method_mask param defaults to -1, which turns off method masking.
i could add another function, but there would need to be more than one of them plus most of the code would just be a copy of existing functions, which i don't see an appealing solution. the only overhead that that patch introduces is c if statement against an int var being null, which i consider so small that it does not warrant any new functions.
-- juha
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=81#comment102
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.
Revision: 6025
http://openser.svn.sourceforge.net/openser/?rev=6025&view=rev
Author: timoreimann
Date: 2010-07-27 12:09:14 +0000 (Tue, 27 Jul 2010)
Log Message:
-----------
modules/dialog: Move comment regarding dialog-destroying unreference operation
to proper new location.
Modified Paths:
--------------
branches/1.5/modules/dialog/dlg_handlers.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#81 - patch to add method masking to xlog function
User who did this - Daniel-Constantin Mierla (miconda)
----------
I am not the owner of the module, anyway anyone is welcome to comment, plus that this is one change that impacts every config :-) .
Why you don't add a new function xlogf() - the function that will evaluate built-in filters before printing. In the future someone might desire other type of filters.
Also, just a suggestion, I saw you added dedicated rpc function to change the filters - while this is fine, there is now the cfg parameter framework which seems to be built for such cases (changing core/module parameters at runtime with smallest impact). I think Marius converted some parameters of registrar(k) module. Maybe you check this option and see if is more appropriate here as well.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=81#comment101
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#77 - presence_xml with db_postgres
User who did this - Daniel-Constantin Mierla (miconda)
----------
I think as well that len should be kept untouched (shouldn't include the '\0'). Also AVPs with str value are 0-terminated, but the len does not reflect it.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=77#comment100
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#77 - presence_xml with db_postgres
User who did this - Andrey A Berekelya (bandry)
----------
I am a bit mistaken.
To work properly you must remove the patch line:
VAL_BLOB(_v).len++;
It should work correctly with null results.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=77#comment99
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.