Re: [OpenSER-Devel] two questions

2007-10-15 Thread Ovidiu Sas
AFAIR, if the acc module is shipped with radius support, then all the custom changes made to what is accounted must be performed for radius config too, which is an extra burden for someone who want's to do, for instance, only mysql or syslog accounting and doesn't want to do radius accounting. Re

Re: [OpenSER-Devel] two questions

2007-10-15 Thread Dan Pascu
On Monday 15 October 2007, Bogdan-Andrei Iancu wrote: > Hi Dan, > > Dan Pascu wrote: > > 1. Is there a reason why radius accounting support is not enabled by > > default when compiling openser? > > because by default are compiled only modules with no dependencies of > extra libs. > > > 2. Why isn't

Re: [OpenSER-Devel] presence_mwi has stopped working

2007-10-15 Thread Bogdan-Andrei Iancu
Hi Juha, Thanks for the update - I will see with Dragos if it is possible to add on more compile flag to detect the fix and remove the fixup function form the module. regards, bogdan Juha Heinanen wrote: Bogdan-Andrei Iancu writes: > coming to xmlrpc - please see my previous email about

Re: [OpenSER-Devel] presence_mwi has stopped working

2007-10-15 Thread Juha Heinanen
Bogdan-Andrei Iancu writes: > coming to xmlrpc - please see my previous email about CRLF in new > xmlrpc-c3 ver. i commented on this a couple of months ago. looks like crlf issue may have been addresses in release 1.11 by new functions: Release 1.11 Released June 27, 2007 Clean up line del

[OpenSER-Devel] [ openser-Bugs-1813052 ] fix syntax error in uac_auth qop support

2007-10-15 Thread SourceForge.net
Bugs item #1813052, was opened at 2007-10-14 03:52 Message generated for change (Settings changed) made by bogdan_iancu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1813052&group_id=139143 Please note that this message will contain a full copy of the c

Re: [OpenSER-Devel] two questions

2007-10-15 Thread Bogdan-Andrei Iancu
Hi Dan, Dan Pascu wrote: 1. Is there a reason why radius accounting support is not enabled by default when compiling openser? because by default are compiled only modules with no dependencies of extra libs. 2. Why isn't radius accounting enabled in the debian package? Same reason as abov

Re: [OpenSER-Devel] presence_mwi has stopped working

2007-10-15 Thread Bogdan-Andrei Iancu
Hi Juha, coming to xmlrpc - please see my previous email about CRLF in new xmlrpc-c3 ver. regards, bogdan Juha Heinanen wrote: in 2870 and newer version of mi_xmlrpc/xr_parser.c, flf_to_crlf_hack is not anymore called, which explains why presence_mwi is broken. -- juha ___

Re: [OpenSER-Devel] SF.net SVN: openser: [2915] trunk/modules

2007-10-15 Thread Bogdan-Andrei Iancu
Hi Juha, Have you checked if in the new xmlrpc-c3 versions the CRLF problem is correctly addressed (if the \r is kept and not removed) ? That was the main reason for not including the newline conversion in the upgrade. To be honest I haven't checked, but please let me know if you have any up

[OpenSER-Devel] SF.net SVN: openser: [2921] trunk/packaging/debian

2007-10-15 Thread Dan Pascu
Revision: 2921 http://openser.svn.sourceforge.net/openser/?rev=2921&view=rev Author: dan_pascu Date: 2007-10-15 09:59:55 -0700 (Mon, 15 Oct 2007) Log Message: --- Do not include the INSTALL file in the debian package documentation to avoid lintian warnings Modified Paths:

[OpenSER-Devel] two questions

2007-10-15 Thread Dan Pascu
1. Is there a reason why radius accounting support is not enabled by default when compiling openser? 2. Why isn't radius accounting enabled in the debian package? -- Dan ___ Devel mailing list Devel@openser.org http://openser.org/cgi-bin/mailman/lis

[OpenSER-Devel] SF.net SVN: openser: [2920] trunk/doc/doxygen/openser-doxygen

2007-10-15 Thread Henning Westerholt
Revision: 2920 http://openser.svn.sourceforge.net/openser/?rev=2920&view=rev Author: henningw Date: 2007-10-15 06:18:36 -0700 (Mon, 15 Oct 2007) Log Message: --- - remove pa module and add new to doxygen config Modified Paths: -- trunk/doc/doxygen/openser-d

[OpenSER-Devel] [ openser-Patches-1813052 ] fix syntax error in uac_auth qop support

2007-10-15 Thread SourceForge.net
Patches item #1813052, was opened at 2007-10-14 02:52 Message generated for change (Comment added) made by aheise You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1813052&group_id=139143 Please note that this message will contain a full copy of the comment

Re: [OpenSER-Devel] SF.net SVN: openser: [2917] trunk/scripts/db_berkeley/openser

2007-10-15 Thread Dan Pascu
On Monday 15 October 2007, Henning Westerholt wrote: > On Sunday 14 October 2007, Dan Pascu wrote: > > Revision: 2917 > > > > http://openser.svn.sourceforge.net/openser/?rev=2917&view=rev Author: > > dan_pascu > > Date: 2007-10-14 14:55:09 -0700 (Sun, 14 Oct 2007) > > > > Log Messag

[OpenSER-Devel] Field name consistency in Presence tabels

2007-10-15 Thread Adrian Georgescu
Hello, There are two tables having fields with as far as I understand the same meaning but different names, which is very confusing. I have identified here a few: 1. active_watchers.pres_uri and watchers.p_uri Let's call it presentity_uri in both tables 2. active_watchers. status and watc

[OpenSER-Devel] [ openser-Patches-1813052 ] fix syntax error in uac_auth qop support

2007-10-15 Thread SourceForge.net
Patches item #1813052, was opened at 2007-10-14 02:52 Message generated for change (Comment added) made by aheise You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1813052&group_id=139143 Please note that this message will contain a full copy of the comment

[OpenSER-Devel] SF.net SVN: openser: [2919] trunk/modules/presence_xml

2007-10-15 Thread Anca Vamanu
Revision: 2919 http://openser.svn.sourceforge.net/openser/?rev=2919&view=rev Author: anca_vamanu Date: 2007-10-15 01:41:06 -0700 (Mon, 15 Oct 2007) Log Message: --- - fixed a bug in pres_watcher_allowed() function Modified Paths: -- trunk/modules/presence_x