[OpenSER-Devel] SF.net SVN: openser: [4478]

2008-07-11 Thread Henning Westerholt
Revision: 4478 http://openser.svn.sourceforge.net/openser/?rev=4478view=rev Author: henningw Date: 2008-07-11 02:04:50 -0700 (Fri, 11 Jul 2008) Log Message: --- - DB documentation fix, generate the DEFAULT column value as empty string Modified Paths: --

[OpenSER-Devel] [ openser-Bugs-1925738 ] permissions: allow_trusted evaluates to false unexpectedly

2008-07-11 Thread SourceForge.net
Bugs item #1925738, was opened at 2008-03-26 02:13 Message generated for change (Comment added) made by henningw You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=743020aid=1925738group_id=139143 Please note that this message will contain a full copy of the comment

[OpenSER-Devel] SF.net SVN: openser: [4479] trunk/test

2008-07-11 Thread Henning Westerholt
Revision: 4479 http://openser.svn.sourceforge.net/openser/?rev=4479view=rev Author: henningw Date: 2008-07-11 02:17:26 -0700 (Fri, 11 Jul 2008) Log Message: --- - extend permissions test, check also allow_trusted (related to #1925738), some small cleanups Modified

[OpenSER-Devel] is_privacy() and privacy parser bug

2008-07-11 Thread Bayan Towfiq
The privacy parser is case sensitive, only accepting lowercase privacy values which causes problems for headers such as: Privacy: Id or Privacy: ID only Privacy: id would be accepted. I've attached a diff that fixes this for trunk. Also see that in the parser strncmp is used in msg_parser

[OpenSER-Devel] [ openser-Bugs-2015897 ] dialog: wrong Route set for the BYEs generated

2008-07-11 Thread SourceForge.net
Bugs item #2015897, was opened at 2008-07-11 10:36 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=743020aid=2015897group_id=139143 Please note that this message will contain a full copy of

[OpenSER-Devel] [ openser-Bugs-2015899 ] tm: E2E ACKs that end in the proxy are not recognized

2008-07-11 Thread SourceForge.net
Bugs item #2015899, was opened at 2008-07-11 10:37 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=743020aid=2015899group_id=139143 Please note that this message will contain a full copy of

[OpenSER-Devel] [ openser-Bugs-1854174 ] uac_redirect uses ACC function export directly

2008-07-11 Thread SourceForge.net
Bugs item #1854174, was opened at 2007-12-19 15:23 Message generated for change (Comment added) made by henningw You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=743020aid=1854174group_id=139143 Please note that this message will contain a full copy of the comment

[OpenSER-Devel] [ openser-Bugs-1969445 ] uri_db: check_to() should allow hex escaped username

2008-07-11 Thread SourceForge.net
Bugs item #1969445, was opened at 2008-05-22 09:09 Message generated for change (Settings changed) made by henningw You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=743020aid=1969445group_id=139143 Please note that this message will contain a full copy of the comment

[OpenSER-Devel] [ openser-Bugs-2002156 ] force_rport should also add received parameter

2008-07-11 Thread SourceForge.net
Bugs item #2002156, was opened at 2008-06-24 23:36 Message generated for change (Comment added) made by henningw You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=743020aid=2002156group_id=139143 Please note that this message will contain a full copy of the comment

[OpenSER-Devel] SF.net SVN: openser: [4480] trunk/msg_translator.c

2008-07-11 Thread Henning Westerholt
Revision: 4480 http://openser.svn.sourceforge.net/openser/?rev=4480view=rev Author: henningw Date: 2008-07-11 05:31:07 -0700 (Fri, 11 Jul 2008) Log Message: --- - force_rport() also add a recieved parameter every time to the VIA - this is necessary to be RFC 3581

Re: [OpenSER-Devel] 1.4.0 release..

2008-07-11 Thread Henning Westerholt
On Friday 04 July 2008, Henning Westerholt wrote: [bugs] Hi all, the current bug situation against the trunk and 1.3 branch, actual count 29. Core: 1912575Core dump in xmlrpc server 1899005Crash during CANCEL 1983626Openser Memory Corruption 1934375force_send_socket not working

Re: [OpenSER-Devel] 1.4.0 release..

2008-07-11 Thread Adrian Georgescu
We have another issue related to the presence server, we will add it today. Adrian On Jul 11, 2008, at 3:01 PM, Henning Westerholt wrote: On Friday 04 July 2008, Henning Westerholt wrote: [bugs] Hi all, the current bug situation against the trunk and 1.3 branch, actual count 29.

[OpenSER-Devel] is_privacy() and privacy parser bug

2008-07-11 Thread Juha Heinanen
Bayan Towfiq writes: The privacy parser is case sensitive, only accepting lowercase privacy values which causes problems for headers such as: Privacy: Id or Privacy: ID only Privacy: id would be accepted. can you point to an rfc that tells that case of privacy value does

Re: [OpenSER-Devel] 1.4.0 release..

2008-07-11 Thread Juha Heinanen
many of the bugs are dialog module related. i remember also in the past that dialog module has had lots of issues. what is the conclusion? is it really a good idea for proxy to know about dialogs? -- juha ___ Devel mailing list

Re: [OpenSER-Devel] is_privacy() and privacy parser bug

2008-07-11 Thread Juha Heinanen
Henning Westerholt writes: according to RFC 2234, section 2.3 are terminal values enclosed in strings defined as case-insensitive. Both 3261 and 3325 referring to this syntax definition. I also read some discussion on sip-implementors about this [1]. So i thought the patch is correct.

Re: [OpenSER-Devel] is_privacy() and privacy parser bug

2008-07-11 Thread Iñaki Baz Castillo
El Friday 11 July 2008 17:58:59 Juha Heinanen escribió: can you point to an rfc that tells that case of privacy value does not matter? Hi Juha, All BNF grammar in SIP is case insensitive except common methods name: Method =INVITEm / ACKm / OPTIONSm / BYEm / CANCELm / REGISTERm / INFOm

Re: [OpenSER-Devel] is_privacy() and privacy parser bug

2008-07-11 Thread Iñaki Baz Castillo
El Friday 11 July 2008 18:43:35 Iñaki Baz Castillo escribió: El Friday 11 July 2008 17:58:59 Juha Heinanen escribió: can you point to an rfc that tells that case of privacy value does not matter? Hi Juha, All BNF grammar in SIP is case insensitive except common methods name: Method =

Re: [OpenSER-Devel] 1.4.0 release..

2008-07-11 Thread Kobi Eshun
I use the dialog module in my production systems, and would be very disappointed to see that functionality deprecated. -- kobi On Jul 11, 2008, at 9:04 AM, Juha Heinanen wrote: many of the bugs are dialog module related. i remember also in the past that dialog module has had lots of

Re: [OpenSER-Devel] 1.4.0 release..

2008-07-11 Thread Dan Pascu
On Friday 11 July 2008, Juha Heinanen wrote: many of the bugs are dialog module related. i remember also in the past that dialog module has had lots of issues. what is the conclusion? is it really a good idea for proxy to know about dialogs? I'm really intrigued by this stance. If something

Re: [OpenSER-Devel] [RTPproxy Devel] rtpproxy - transcoder patch

2008-07-11 Thread Maxim Sobolev
Stefan and Atle, Yes, it's very interesting work indeed, thank you for publishing it. Stefan Sayer wrote: [sorry if you receive this mail multiple times on multiple mailing list - I thought people on (open)serdev might be interested, but not necessarily subscribed to rtpproxy lists]

Re: [OpenSER-Devel] 1.4.0 release..

2008-07-11 Thread Juha Heinanen
Dan Pascu writes: I'm really intrigued by this stance. If something has/had bugs, it means it is a bad idea? dan, my post was not intended to offense anyone. i just noticed a fact and was wondering why dialog module has had more problems than other modules. -- juha