lots of trouble with latest sr

3 messages Options
Embed this post
Permalink
Juha Heinanen

lots of trouble with latest sr

Reply Threaded More More options
Print post
Permalink
i have started to get those "could not find corresponding listening
socket" all the time.

also, looks like the previous proxy-authorization pv problem that i
wrongly reported is due to

remove_hf("Proxy-Authorization");

having no effect, i.e., the header is included in outgoing request even
when i make the above call to remove it.

i added some debug in my script that verified that the above call is
done and still the original p-a header shows up in outgoing request.

i don't know what to do next because looks like nothing that i try
works.

-- juha

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

lots of trouble with latest sr

Reply Threaded More More options
Print post
Permalink
Juha Heinanen writes:

 > also, looks like the previous proxy-authorization pv problem that i
 > wrongly reported is due to
 >
 > remove_hf("Proxy-Authorization");
 >
 > having no effect, i.e., the header is included in outgoing request even
 > when i make the above call to remove it.

i went back to about a week old sr and using the exactly same config
file, remove_hf works.  i call remove_hf in route block, not in
branch_route block, where i add more headers.

-- juha

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

Re: lots of trouble with latest sr

Reply Threaded More More options
Print post
Permalink
On Oct 28, 2009 at 21:07, Juha Heinanen <[hidden email]> wrote:

> Juha Heinanen writes:
>
>  > also, looks like the previous proxy-authorization pv problem that i
>  > wrongly reported is due to
>  >
>  > remove_hf("Proxy-Authorization");
>  >
>  > having no effect, i.e., the header is included in outgoing request even
>  > when i make the above call to remove it.
>
> i went back to about a week old sr and using the exactly same config
> file, remove_hf works.  i call remove_hf in route block, not in
> branch_route block, where i add more headers.

Should be fixed now (the lumps where cleared by mistake).

Andrei

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