Re: [OpenSIPS-Devel] Fixing loose_route to work with GRUU in multi-proxy environments

2012-03-21 Thread Saúl Ibarra Corretgé
Hi, On Mar 20, 2012, at 1:20 PM, Saúl Ibarra Corretgé wrote: Hi, I've been testing and analyzing the GRUU implementation and I think we need to fix the loose_route function to properly accommodate GRUU support. Lets take the following simple case (proxy does record routing): - Alice

Re: [OpenSIPS-Devel] Fixing loose_route to work with GRUU in multi-proxy environments

2012-03-21 Thread Saúl Ibarra Corretgé
Hi again, I just had another idea, which would fix the problem while being more generic: adding a new parameter to the rr module to disable strict routing support. Thoughts? -- Saúl Ibarra Corretgé AG Projects ___ Devel mailing list

Re: [OpenSIPS-Devel] [GRUU] +sip.instance parameter is missing in 200 OK for REGISTER

2012-03-21 Thread Vlad Paiu
Hi Saúl, Indeed this was non RFC-compliant behaviour, and the patch seems ok to me. Please go ahead and apply on trunk. Thanks and Regards, Vlad Vlad Paiu OpenSIPS Developer http://www.opensips-solutions.com On 03/20/2012 06:31 PM, Saúl Ibarra Corretgé wrote: Hi, I wrote a patch for this,

[OpenSIPS-Devel] SF.net SVN: opensips:[8805] trunk/modules/registrar/reply.c

2012-03-21 Thread saghul
Revision: 8805 http://opensips.svn.sourceforge.net/opensips/?rev=8805view=rev Author: saghul Date: 2012-03-21 10:31:32 + (Wed, 21 Mar 2012) Log Message: --- Add +sip.instance header parameter when constructing Contact headers with GRUUs Modified Paths: --

Re: [OpenSIPS-Devel] Fixing loose_route to work with GRUU in multi-proxy environments

2012-03-21 Thread Vlad Paiu
Hi Saúl, I do not think that this has any implications for strict routers, as if the previous hop was a strict router, the R-URI would not contain a ;gr parameter, as the current proxy would not have added the Record-Route header with a ;gr param, so I don't see any way that a prev. hop

Re: [OpenSIPS-Devel] [GRUU] +sip.instance parameter is missing in 200 OK for REGISTER

2012-03-21 Thread Saúl Ibarra Corretgé
Hi Vlad, On Mar 21, 2012, at 11:15 AM, Vlad Paiu wrote: Hi Saúl, Indeed this was non RFC-compliant behaviour, and the patch seems ok to me. Please go ahead and apply on trunk. Done, thanks for checking it! Regards, -- Saúl Ibarra Corretgé AG Projects

[OpenSIPS-Devel] SF.net SVN: opensips:[8806] trunk/modules

2012-03-21 Thread Bogdan-Andrei Iancu
Revision: 8806 http://opensips.svn.sourceforge.net/opensips/?rev=8806view=rev Author: bogdan_iancu Date: 2012-03-21 11:05:34 + (Wed, 21 Mar 2012) Log Message: --- - the client authentication (in opensips) supports also precalculated HA1 (instead of plaintext passwords)

[OpenSIPS-Devel] [ opensips-Feature Requests-3413312 ] uac_auth using hashed credentials

2012-03-21 Thread SourceForge . net
Feature Requests item #3413312, was opened at 2011-09-23 06:13 Message generated for change (Comment added) made by bogdan_iancu You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=1086413aid=3413312group_id=232389 Please note that this message will contain a full copy

Re: [OpenSIPS-Devel] Fixing loose_route to work with GRUU in multi-proxy environments

2012-03-21 Thread Saúl Ibarra Corretgé
Hi Vlad, On Mar 21, 2012, at 12:04 PM, Vlad Paiu wrote: Hi Saúl, I do not think that this has any implications for strict routers, as if the previous hop was a strict router, the R-URI would not contain a ;gr parameter, as the current proxy would not have added the Record-Route header

Re: [OpenSIPS-Devel] Fixing loose_route to work with GRUU in multi-proxy environments

2012-03-21 Thread Vlad Paiu
Hi Saúl, About the RR change, the end result for GRUU would be the same, but it might affect other cases, because no matter how much we don't want them, strict routers are still around. So what would you do if you have a proxy that handles GRUUs, so you would have to disable ALL strict

Re: [OpenSIPS-Devel] Fixing loose_route to work with GRUU in multi-proxy environments

2012-03-21 Thread Saúl Ibarra Corretgé
Hi Vlad, On Mar 21, 2012, at 12:37 PM, Vlad Paiu wrote: Hi Saúl, About the RR change, the end result for GRUU would be the same, but it might affect other cases, because no matter how much we don't want them, strict routers are still around. So what would you do if you have a proxy that

[OpenSIPS-Devel] SF.net SVN: opensips:[8807] trunk/modules/rr/loose.c

2012-03-21 Thread saghul
Revision: 8807 http://opensips.svn.sourceforge.net/opensips/?rev=8807view=rev Author: saghul Date: 2012-03-21 11:41:52 + (Wed, 21 Mar 2012) Log Message: --- Don't assume the previous hop was a strict router if the RURI contains a local domain for an in-dialog request if

[OpenSIPS-Devel] [ opensips-Bugs-3509668 ] Crash at rtpproxy.c

2012-03-21 Thread SourceForge . net
Bugs item #3509668, was opened at 2012-03-21 03:45 Message generated for change (Comment added) made by bogdan_iancu You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=1086410aid=3509668group_id=232389 Please note that this message will contain a full copy of the

[OpenSIPS-Devel] SF.net SVN: opensips:[8808] trunk/modules/acc

2012-03-21 Thread Bogdan-Andrei Iancu
Revision: 8808 http://opensips.svn.sourceforge.net/opensips/?rev=8808view=rev Author: bogdan_iancu Date: 2012-03-21 12:39:20 + (Wed, 21 Mar 2012) Log Message: --- Added support for variables in the acc_*_request methods exported by the acc module. It also supplies a

[OpenSIPS-Devel] [ opensips-Patches-3504627 ] Accept variables in acc_*_request

2012-03-21 Thread SourceForge . net
Patches item #3504627, was opened at 2012-03-14 13:05 Message generated for change (Settings changed) made by bogdan_iancu You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=1086412aid=3504627group_id=232389 Please note that this message will contain a full copy of the

[OpenSIPS-Devel] SF.net SVN: opensips:[8809] trunk/modules/b2b_logic

2012-03-21 Thread Vlad Paiu
Revision: 8809 http://opensips.svn.sourceforge.net/opensips/?rev=8809view=rev Author: vladut-paiu Date: 2012-03-21 15:11:04 + (Wed, 21 Mar 2012) Log Message: --- - fixed bug where table name length would not be updated - documented the db_table parameter Modified

[OpenSIPS-Devel] SF.net SVN: opensips:[8810] trunk/modules/b2b_entities

2012-03-21 Thread Vlad Paiu
Revision: 8810 http://opensips.svn.sourceforge.net/opensips/?rev=8810view=rev Author: vladut-paiu Date: 2012-03-21 15:22:33 + (Wed, 21 Mar 2012) Log Message: --- - fixed bug where table name length would not be updated - documented the db_table parameter - documented

[OpenSIPS-Devel] [ opensips-Feature Requests-3191350 ] b2b modules - db table parameters

2012-03-21 Thread SourceForge . net
Feature Requests item #3191350, was opened at 2011-02-24 07:35 Message generated for change (Comment added) made by vladut-paiu You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=1086413aid=3191350group_id=232389 Please note that this message will contain a full copy

[OpenSIPS-Devel] [ opensips-Patches-3397848 ] New function registered_from in module registrar

2012-03-21 Thread SourceForge . net
Patches item #3397848, was opened at 2011-08-24 22:01 Message generated for change (Settings changed) made by vladut-paiu You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=1086412aid=3397848group_id=232389 Please note that this message will contain a full copy of the

[OpenSIPS-Devel] [ opensips-Bugs-3486381 ] db_postgres key word as column name handling

2012-03-21 Thread SourceForge . net
Bugs item #3486381, was opened at 2012-02-09 12:06 Message generated for change (Settings changed) made by bogdan_iancu You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=1086410aid=3486381group_id=232389 Please note that this message will contain a full copy of the

[OpenSIPS-Devel] SF.net SVN: opensips:[8811] trunk/modules/tm/t_reply.c

2012-03-21 Thread Bogdan-Andrei Iancu
Revision: 8811 http://opensips.svn.sourceforge.net/opensips/?rev=8811view=rev Author: bogdan_iancu Date: 2012-03-21 16:36:58 + (Wed, 21 Mar 2012) Log Message: --- TM will no longer do retransmission for the 407/401 replies (if no ACK is received) for both local or

[OpenSIPS-Devel] [ opensips-Patches-3496382 ] TM: No Retransmissions For 407/401

2012-03-21 Thread SourceForge . net
Patches item #3496382, was opened at 2012-03-02 11:59 Message generated for change (Comment added) made by bogdan_iancu You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=1086412aid=3496382group_id=232389 Please note that this message will contain a full copy of the

Re: [OpenSIPS-Devel] Possible memory leak OpenSIPS 1.7.2

2012-03-21 Thread Vlad Paiu
Hi, Went through the shutdown memory log, and I see no traces of a leak. Maybe you are actually using such high values of pkg mem ? Please try to increase the pkg memory, by passing the -M parameter at OpenSIPS startup ( like '-M 4' for 4 Mb of memory per proces, or by editing config.h (

[OpenSIPS-Devel] SF.net SVN: opensips:[8812] trunk/Makefile.defs

2012-03-21 Thread Bogdan-Andrei Iancu
Revision: 8812 http://opensips.svn.sourceforge.net/opensips/?rev=8812view=rev Author: bogdan_iancu Date: 2012-03-21 16:58:28 + (Wed, 21 Mar 2012) Log Message: --- - changed the label on 1.8.0 from dev to beta Modified Paths: -- trunk/Makefile.defs This

[OpenSIPS-Devel] SF.net SVN: opensips:[8814] trunk/doc/dbschema/bookinfo.xml

2012-03-21 Thread Bogdan-Andrei Iancu
Revision: 8814 http://opensips.svn.sourceforge.net/opensips/?rev=8814view=rev Author: bogdan_iancu Date: 2012-03-21 17:06:20 + (Wed, 21 Mar 2012) Log Message: --- - small update Modified Paths: -- trunk/doc/dbschema/bookinfo.xml This was sent by the

Re: [OpenSIPS-Devel] Possible memory leak OpenSIPS 1.7.2

2012-03-21 Thread Steven Lam, KeenSystems B.V.
Okay, thank you for helping! I'll first see if i can catch it just before a crash. Just a question, can this also be caused by a buggy perl script? Steven Op 21 mrt. 2012 om 17:54 heeft Vlad Paiu vladp...@opensips.org het volgende geschreven: Hi, Went through the shutdown memory log, and

[OpenSIPS-Devel] [ opensips-Bugs-3365035 ] Incorrect paths on osipsconsole (debian squeeze)

2012-03-21 Thread SourceForge . net
Bugs item #3365035, was opened at 2011-07-12 12:23 Message generated for change (Settings changed) made by razvancrainea You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=1086410aid=3365035group_id=232389 Please note that this message will contain a full copy of the

[OpenSIPS-Devel] SF.net SVN: opensips:[8815] trunk

2012-03-21 Thread Razvan Crainea
Revision: 8815 http://opensips.svn.sourceforge.net/opensips/?rev=8815view=rev Author: razvancrainea Date: 2012-03-21 19:04:15 + (Wed, 21 Mar 2012) Log Message: --- -fixed path in osipsconsole when installing Closes bug #3365035 Modified Paths: --

[OpenSIPS-Devel] SF.net SVN: opensips:[8816] trunk/Makefile

2012-03-21 Thread Bogdan-Andrei Iancu
Revision: 8816 http://opensips.svn.sourceforge.net/opensips/?rev=8816view=rev Author: bogdan_iancu Date: 2012-03-21 19:07:30 + (Wed, 21 Mar 2012) Log Message: --- - changed from opensipsmc to osipsconfig :P Modified Paths: -- trunk/Makefile This was