sr_3.0 problems with header adding/removing

6 messages Options
Embed this post
Permalink
Klaus Darilion

sr_3.0 problems with header adding/removing

Reply Threaded More More options
Print post
Permalink
Hi!

I have followings problems with sr_3.0 branch (4.11.2009)

remove_hf("") does not work. Header fields (I tried various ones) are
not removed.

record_route(): I call record_route() but the RR header is not added. I
tried both, K's and ser's rr module - both do not work.

Any hints how to debug this?

thanks
klaus

_______________________________________________
sr-dev mailing list
[hidden email]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
Andrei Pelinescu-Onciul

Re: sr_3.0 problems with header adding/removing

Reply Threaded More More options
Print post
Permalink
On Nov 05, 2009 at 19:49, Klaus Darilion <[hidden email]> wrote:
> Hi!
>
> I have followings problems with sr_3.0 branch (4.11.2009)

Could you send me the last part of the version number reported by ser -V,
e.g.:
version: ser 2.99.99-pre3 (i386/linux) 6fcba9
                                       ^^^^^^^ this one

or the output of git rev-parse HEAD .

(given your previous email I'm not sure that you really are on the
sr_3.0 branch and it might be a bug that was already fixed)

>
> remove_hf("") does not work. Header fields (I tried various ones) are
> not removed.
>
> record_route(): I call record_route() but the RR header is not added. I
> tried both, K's and ser's rr module - both do not work.

I've tried both ser & k version with latest sr_3.0 and it works for me
(I even tried remove_hf in the on_branch route).

Do you have any other special non-default options set?


Andrei

_______________________________________________
sr-dev mailing list
[hidden email]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
Juha Heinanen

sr_3.0 problems with header adding/removing

Reply Threaded More More options
Print post
Permalink
In reply to this post by Klaus Darilion
Klaus Darilion writes:

 > I have followings problems with sr_3.0 branch (4.11.2009)
 >
 > remove_hf("") does not work. Header fields (I tried various ones) are
 > not removed.
 >
 > record_route(): I call record_route() but the RR header is not added. I
 > tried both, K's and ser's rr module - both do not work.
 >
 > Any hints how to debug this?

klaus,

i reported these a couple of weeks ago and they were fixed by andrei
and now work fine in my setup.

check that you have latest version on sr_3.0.

-- juha

_______________________________________________
sr-dev mailing list
[hidden email]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
Klaus Darilion

Re: sr_3.0 problems with header adding/removing

Reply Threaded More More options
Print post
Permalink
In reply to this post by Andrei Pelinescu-Onciul


Andrei Pelinescu-Onciul schrieb:

> On Nov 05, 2009 at 19:49, Klaus Darilion <[hidden email]> wrote:
>> Hi!
>>
>> I have followings problems with sr_3.0 branch (4.11.2009)
>
> Could you send me the last part of the version number reported by ser -V,
> e.g.:
> version: ser 2.99.99-pre3 (i386/linux) 6fcba9
>                                        ^^^^^^^ this one
>
> or the output of git rev-parse HEAD .

$ ser -V
version: ser 2.99.99-pre3 (i386/linux) ce6296


$ git rev-parse HEAD .
ce629634665fee92e5239451283e7ee9632c078f

>
> (given your previous email I'm not sure that you really are on the
> sr_3.0 branch and it might be a bug that was already fixed)
>
>> remove_hf("") does not work. Header fields (I tried various ones) are
>> not removed.
>>
>> record_route(): I call record_route() but the RR header is not added. I
>> tried both, K's and ser's rr module - both do not work.
>
> I've tried both ser & k version with latest sr_3.0 and it works for me
> (I even tried remove_hf in the on_branch route).
>
> Do you have any other special non-default options set?


Not that I am aware.

regards
Klaus

_______________________________________________
sr-dev mailing list
[hidden email]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
Andrei Pelinescu-Onciul

Re: sr_3.0 problems with header adding/removing

Reply Threaded More More options
Print post
Permalink
On Nov 06, 2009 at 09:33, Klaus Darilion <[hidden email]> wrote:

>
>
> Andrei Pelinescu-Onciul schrieb:
> >On Nov 05, 2009 at 19:49, Klaus Darilion <[hidden email]>
> >wrote:
> >>Hi!
> >>
> >>I have followings problems with sr_3.0 branch (4.11.2009)
> >
> >Could you send me the last part of the version number reported by ser -V,
> >e.g.:
> >version: ser 2.99.99-pre3 (i386/linux) 6fcba9
> >                                       ^^^^^^^ this one
> >
> >or the output of git rev-parse HEAD .
>
> $ ser -V
> version: ser 2.99.99-pre3 (i386/linux) ce6296

You're on master and not on sr_3.0:

$ git branch -a --contains ce6296
* master
  remotes/origin/master

I've just merged sr_3.0 fixes into it, so it should work now.

Andrei

_______________________________________________
sr-dev mailing list
[hidden email]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
Klaus Darilion

Re: sr_3.0 problems with header adding/removing

Reply Threaded More More options
Print post
Permalink
Works now - thanks!

klaus

Andrei Pelinescu-Onciul schrieb:

> On Nov 06, 2009 at 09:33, Klaus Darilion <[hidden email]> wrote:
>>
>> Andrei Pelinescu-Onciul schrieb:
>>> On Nov 05, 2009 at 19:49, Klaus Darilion <[hidden email]>
>>> wrote:
>>>> Hi!
>>>>
>>>> I have followings problems with sr_3.0 branch (4.11.2009)
>>> Could you send me the last part of the version number reported by ser -V,
>>> e.g.:
>>> version: ser 2.99.99-pre3 (i386/linux) 6fcba9
>>>                                       ^^^^^^^ this one
>>>
>>> or the output of git rev-parse HEAD .
>> $ ser -V
>> version: ser 2.99.99-pre3 (i386/linux) ce6296
>
> You're on master and not on sr_3.0:
>
> $ git branch -a --contains ce6296
> * master
>   remotes/origin/master
>
> I've just merged sr_3.0 fixes into it, so it should work now.
>
> Andrei

_______________________________________________
sr-dev mailing list
[hidden email]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev