[OpenSER-Devel] [ openser-Bugs-1750761 ] 6xx response doesn't cancel forked calls

2007-07-09 Thread SourceForge.net
Bugs item #1750761, was opened at 2007-07-09 16:12 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=1750761&group_id=139143 Please note that this message will contain a full copy

Re: [OpenSER-Devel] SF.net SVN: openser: [2420] trunk

2007-07-09 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > I applied now the same fix as in devel to 1.2 -- if PV is null, then no > transformation can be applied. daniel, i tried $rU = null; xlog("L_INFO", "Request URI <$ru>\n"); if ($(rU{s.len}) == 0) { xlog("L_INFO", "Leng

[OpenSER-Devel] [ openser-Patches-1750487 ] update patch to allow * to be used in PDT module

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

[OpenSER-Devel] [ openser-Patches-1750487 ] update patch to allow * to be used in PDT module

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

RE: [OpenSER-Devel] Patch submission

2007-07-09 Thread Morgan Gilroy
I updated my patch (1742883) to allow the use of an arbitrary list of Characters, new patch id 1750487. This is a bit nicer (I hope). I will update the functions in pdc.c once iv tested this a bit more. -Original Message- From: Elena-Ramona Modroiu [mailto:[EMAIL PROTECTED] Sent: 27 Ju

[OpenSER-Devel] [ openser-Patches-1750487 ] update patch to allow * to be used in PDT module

2007-07-09 Thread SourceForge.net
Patches item #1750487, was opened at 2007-07-09 14:45 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1750487&group_id=139143 Please note that this message will contain a full co

[OpenSER-Devel] SF.net SVN: openser: [2425] trunk/modules/dialog

2007-07-09 Thread Bogdan-Andrei Iancu
Revision: 2425 http://openser.svn.sourceforge.net/openser/?rev=2425&view=rev Author: bogdan_iancu Date: 2007-07-09 06:34:44 -0700 (Mon, 09 Jul 2007) Log Message: --- - dialog module saves more information (like caller/callee contact, rr set, cseq, etc). Now all the inform

[OpenSER-Devel] SF.net SVN: openser: [2424] trunk

2007-07-09 Thread Bogdan-Andrei Iancu
Revision: 2424 http://openser.svn.sourceforge.net/openser/?rev=2424&view=rev Author: bogdan_iancu Date: 2007-07-09 06:33:16 -0700 (Mon, 09 Jul 2007) Log Message: --- - new parameter for print_rr_body to allow to skip a number of RR URIs and to return the number of printed

[OpenSER-Devel] [ openser-Patches-1748544 ] New LDAP module

2007-07-09 Thread SourceForge.net
Patches item #1748544, was opened at 2007-07-05 11:26 Message generated for change (Comment added) made by cschlatter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1748544&group_id=139143 Please note that this message will contain a full copy of the com

Re: [OpenSER-Devel] SF.net SVN: openser: [2420] trunk

2007-07-09 Thread Daniel-Constantin Mierla
Hello, On 07/09/07 13:29, Juha Heinanen wrote: Daniel-Constantin Mierla writes: > operating with null cannot be consistent unless we change all PV > concept. $avp() = null deletes the avp, $var() = null, resets to 0, $du > = null (and other pv) set to null some internal structures. as a

[OpenSER-Devel] SF.net SVN: openser: [2423] branches/1.2/transformations.c

2007-07-09 Thread Daniel-Constantin Mierla
Revision: 2423 http://openser.svn.sourceforge.net/openser/?rev=2423&view=rev Author: miconda Date: 2007-07-09 04:09:58 -0700 (Mon, 09 Jul 2007) Log Message: --- - do not apply str transformations if the PV value is NULL (intermediary fix to issue reported by Juha Heinanen)

Re: [OpenSER-Devel] SF.net SVN: openser: [2420] trunk

2007-07-09 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > operating with null cannot be consistent unless we change all PV > concept. $avp() = null deletes the avp, $var() = null, resets to 0, $du > = null (and other pv) set to null some internal structures. as a concrete example, how can i figure out if request

[OpenSER-Devel] [ openser-Patches-1748544 ] New LDAP module

2007-07-09 Thread SourceForge.net
Patches item #1748544, was opened at 2007-07-05 18:26 Message generated for change (Comment added) made by miconda You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1748544&group_id=139143 Please note that this message will contain a full copy of the commen

Re: [OpenSER-Devel] SF.net SVN: openser: [2420] trunk

2007-07-09 Thread Daniel-Constantin Mierla
On 07/09/07 12:45, Juha Heinanen wrote: Daniel-Constantin Mierla writes: > the script variables exist all the time, and cannot be null, they are 0 > if they are unassigned. if so, how can i tell apart a non-assigned script variable from one that has been assigned value 0? :-) well, c

Re: [OpenSER-Devel] "extra attributes" in RADIUS-enabled modules

2007-07-09 Thread Victor Gamov
Victor Gamov wrote: Patch allowing "extra attributes" to AUTH_RADIUS and URI_RADIUS modules submitted: https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1745026&group_id=139143 Does anybody tries this patch? Any comments? -- CU, Victor Gamov __

Re: [OpenSER-Devel] SF.net SVN: openser: [2420] trunk

2007-07-09 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > the script variables exist all the time, and cannot be null, they are 0 > if they are unassigned. if so, how can i tell apart a non-assigned script variable from one that has been assigned value 0? i would prefer if also non-assigned script variables could

Re: [OpenSER-Devel] SF.net SVN: openser: [2420] trunk

2007-07-09 Thread Daniel-Constantin Mierla
On 07/09/07 12:13, Daniel-Constantin Mierla wrote: Hello Juha, the script variables exist all the time, and cannot be null, they are 0 if they are unassigned. I will check back, but the length of null should be 0 now, checked, length of null values in devel version is not computed, any t

Re: [OpenSER-Devel] SF.net SVN: openser: [2420] trunk

2007-07-09 Thread Daniel-Constantin Mierla
Hello Juha, the script variables exist all the time, and cannot be null, they are 0 if they are unassigned. I will check back, but the length of null should be 0 now, I think I fixed that, otherwise I will do it right now. Cheers, Daniel On 07/07/07 18:51, Juha Heinanen wrote: Daniel-Const

[OpenSER-Devel] [ openser-Bugs-1750119 ] ACC compile error

2007-07-09 Thread SourceForge.net
Bugs item #1750119, was opened at 2007-07-09 05:42 Message generated for change (Comment added) made by bogdan_iancu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1750119&group_id=139143 Please note that this message will contain a full copy of the comm

[OpenSER-Devel] SF.net SVN: openser: [2422] trunk/modules/acc

2007-07-09 Thread Bogdan-Andrei Iancu
Revision: 2422 http://openser.svn.sourceforge.net/openser/?rev=2422&view=rev Author: bogdan_iancu Date: 2007-07-09 00:25:15 -0700 (Mon, 09 Jul 2007) Log Message: --- - fixed radius compile error Reported by Norman Brandinger <[EMAIL PROTECTED]> - fixed diameter compile e

[OpenSER-Devel] SF.net SVN: openser: [2421] branches/1.2/modules/acc

2007-07-09 Thread Bogdan-Andrei Iancu
Revision: 2421 http://openser.svn.sourceforge.net/openser/?rev=2421&view=rev Author: bogdan_iancu Date: 2007-07-09 00:23:36 -0700 (Mon, 09 Jul 2007) Log Message: --- fixed some DIAMETER compile errors Modified Paths: -- branches/1.2/modules/acc/acc.c br