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

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 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 somethi

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 i

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: > > M

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 / INFO

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 correc

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

2008-07-11 Thread Henning Westerholt
Revision: 4482 http://openser.svn.sourceforge.net/openser/?rev=4482&view=rev Author: henningw Date: 2008-07-11 09:28:05 -0700 (Fri, 11 Jul 2008) Log Message: --- - various cleanups and checks added - move mysql command definition to own include file - cleanups some conf

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

2008-07-11 Thread Henning Westerholt
On Friday 11 July 2008, Juha Heinanen wrote: > can you point to an rfc that tells that case of privacy value does not > matter? Hi Juha, 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

Re: [OpenSER-Devel] 1.4.0 release..

2008-07-11 Thread Ovidiu Sas
I think it is, but of course, we need more testing on it and fix all the remaining bugs. There are some really cool features that can be implemented using the dialog module. Because of that, between releases, the dialog module was under heavy development and therefore bugs are expected. -- ovidi

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 Devel@lists.openser.or

[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 priv

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

2008-07-11 Thread Henning Westerholt
On Friday 11 July 2008, Bayan Towfiq wrote: > 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. > [..] Hi Bayan, thanks for the patch. You'

[OpenSER-Devel] SF.net SVN: openser: [4481] trunk/parser

2008-07-11 Thread Henning Westerholt
Revision: 4481 http://openser.svn.sourceforge.net/openser/?rev=4481&view=rev Author: henningw Date: 2008-07-11 07:13:26 -0700 (Fri, 11 Jul 2008) Log Message: --- - fix privacy and URI user parameter parser, they should handled case-insensitive - reported from Bayan Towfiq

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. Core

[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-25 01:36 Message generated for change (Comment added) made by ibc_sf You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=2002156&group_id=139143 Please note that this message will contain a full copy of the comment th

Re: [OpenSER-Devel] 1.4.0 release..

2008-07-11 Thread Henning Westerholt
On Friday 04 July 2008, Dan Pascu wrote: > There are at least 2 others, which I privately discussed with Bogdan and > he said he will fix them: > > 1. Wrong Route set for the BYEs generated by the dialog module. > 2. E2E ACKs that end in the proxy are not recognized as such and do not > trigger the

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

[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=detail&atid=743020&aid=2002156&group_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=4480&view=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 compliant

[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=detail&atid=743020&aid=1969445&group_id=139143 Please note that this message will contain a full copy of the comme

[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=detail&atid=743020&aid=1854174&group_id=139143 Please note that this message will contain a full copy of the comment

[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=detail&atid=743020&aid=2015899&group_id=139143 Please note that this message will contain a full copy

[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=detail&atid=743020&aid=2015897&group_id=139143 Please note that this message will contain a full copy

[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_pars

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

2008-07-11 Thread Henning Westerholt
Revision: 4479 http://openser.svn.sourceforge.net/openser/?rev=4479&view=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 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=detail&atid=743020&aid=1925738&group_id=139143 Please note that this message will contain a full copy of the comment

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

2008-07-11 Thread Henning Westerholt
Revision: 4478 http://openser.svn.sourceforge.net/openser/?rev=4478&view=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: -- br

[OpenSER-Devel] SF.net SVN: openser: [4477] trunk/scripts/db_berkeley/openser/version

2008-07-11 Thread Henning Westerholt
Revision: 4477 http://openser.svn.sourceforge.net/openser/?rev=4477&view=rev Author: henningw Date: 2008-07-11 02:00:24 -0700 (Fri, 11 Jul 2008) Log Message: --- - fix wrong db_berkeley version table, this was changed accidentally in rev4331 Revision Links: -