[sr-dev] git:sr_3.0: pv: reset local var for tobody trans

2009-11-16 Thread Daniel-Constantin Mierla
Module: sip-router Branch: sr_3.0 Commit: 34d0cb8837669e6a4473dc5523320d29a697cce8 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=34d0cb8837669e6a4473dc5523320d29a697cce8 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: Fri Nov 6 13:45:1

[sr-dev] [ openser-Bugs-2897594 ] uac_auth does't work in 3.0

2009-11-16 Thread SourceForge.net
Bugs item #2897594, was opened at 2009-11-14 07:14 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=2897594&group_id=139143 Please note that this message will contain a full copy of the comment th

[sr-dev] [ openser-Bugs-2897594 ] uac_auth does't work in 3.0

2009-11-16 Thread SourceForge.net
Bugs item #2897594, was opened at 2009-11-14 09:14 Message generated for change (Comment added) made by miconda You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=2897594&group_id=139143 Please note that this message will contain a full copy of the comment t

Re: [sr-dev] [ openser-Bugs-2892560 ] Inconsistent $rP contents

2009-11-16 Thread Jan Janak
On Wed, Nov 11, 2009 at 8:16 PM, Andrei Pelinescu-Onciul wrote: > On Nov 11, 2009 at 02:37, Juha Heinanen wrote: >> Daniel-Constantin Mierla writes: >> >>  > > (SF is getting worse by the day. Now it is impossible to see >> comments) >>  > > >>  > I agree -- "me" hates SF tracker now. >> >>

Re: [sr-dev] [ openser-Bugs-2892560 ] Project tracker

2009-11-16 Thread Alex Hermann
On Monday 16 November 2009 17:02:03 Jan Janak wrote: > If flyspray is not working then I can try to install something > else--suggestions are welcome. I've been evaluating redmine for an internal project. From what I've seen from it till now, it seems very suitable for SR too. There is a demo ava

[sr-dev] git:sr_3.0: script engine: verbose conversion-to-int errors

2009-11-16 Thread Andrei Pelinescu-Onciul
Module: sip-router Branch: sr_3.0 Commit: c744f71c858f34d41741d90e0d5cb05e48cf8016 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c744f71c858f34d41741d90e0d5cb05e48cf8016 Author: Andrei Pelinescu-Onciul Committer: Andrei Pelinescu-Onciul Date: Mon Nov 16 19:41:02

Re: [sr-dev] trouble with testing $var

2009-11-16 Thread Andrei Pelinescu-Onciul
On Nov 10, 2009 at 12:49, Juha Heinanen wrote: > Andrei Pelinescu-Onciul writes: > > > We could generate an error message, but only at runtime (because we > > don't know the type of $var(tmp) at script compile time). > > andrei, > > run-time would be great. current no-error implementation re

Re: [sr-dev] trouble with testing $var

2009-11-16 Thread Edson - Lists
Andrei, Great news > Latest sr_3.0 should have them, as warnings, e.g.: > WARNING: [rvalue.c:987]: automatic string to int conversion for > "avp_test1" failed > WARNING: [rvalue.c:1838]: rval expression conversion to int > failed (40,12-40,25) > ^^^ expression position in t

[sr-dev] parse_headers question

2009-11-16 Thread Juha Heinanen
while writing rr_count function, i noticed that after calling if (parse_headers(msg, HDR_EOH_F, 0) == -1) { when then going trough the headers of list msg->record_route, that list contained also other than rr headers. so i need to test the header type like this: header = msg->record_rou

[sr-dev] flag for not trying to create a new tcp connection?

2009-11-16 Thread Juha Heinanen
is there a flag that i can set before calling t_relay that causes t_relay not to try to create a new tcp connection to the destination if one does not already exist? this would be handy when t_relaying to registered tcp contacts. -- juha ___ sr-dev mai

Re: [sr-dev] trouble with testing $var

2009-11-16 Thread Andrei Pelinescu-Onciul
On Nov 16, 2009 at 18:19, Edson - Lists <4li...@gmail.com> wrote: > Andrei, > > Great news > > > Latest sr_3.0 should have them, as warnings, e.g.: > > WARNING: [rvalue.c:987]: automatic string to int conversion for > > "avp_test1" failed > > WARNING: [rvalue.c:1838]: rval expression conver

Re: [sr-dev] parse_headers question

2009-11-16 Thread Andrei Pelinescu-Onciul
On Nov 16, 2009 at 23:42, Juha Heinanen wrote: > while writing rr_count function, i noticed that after calling > > if (parse_headers(msg, HDR_EOH_F, 0) == -1) { > > when then going trough the headers of list msg->record_route, that list > contained also other than rr headers. so i need to t

Re: [sr-dev] flag for not trying to create a new tcp connection?

2009-11-16 Thread Andrei Pelinescu-Onciul
On Nov 16, 2009 at 23:46, Juha Heinanen wrote: > is there a flag that i can set before calling t_relay that causes > t_relay not to try to create a new tcp connection to the destination if > one does not already exist? this would be handy when t_relaying to > registered tcp contacts. >From the s

Re: [sr-dev] flag for not trying to create a new tcp connection?

2009-11-16 Thread Jan Janak
On Tue, Nov 17, 2009 at 1:03 AM, Andrei Pelinescu-Onciul wrote: > On Nov 16, 2009 at 23:46, Juha Heinanen wrote: >> is there a flag that i can set before calling t_relay that causes >> t_relay not to try to create a new tcp connection to the destination if >> one does not already exist?  this wou

Re: [sr-dev] flag for not trying to create a new tcp connection?

2009-11-16 Thread Juha Heinanen
Jan Janak writes: > Note that you cannot reliably tell if a connection to a UA behind NAT > can be established. jan, i'm not trying to determine that. i just don't see any point in even trying to establish tcp connection from proxy to an ua that has registered over tcp. the ua and proxy shou