2009/5/8 Markus Bucher <buch...@in.tum.de>:
> Ok, I found what was wrong.
>
> I had a Via-Header to describe that the Message was routed on an
> P2P-network:
>
> Via: SIP/2.0/IGOR 3ad326ea83e06744319ec4711a0c025b74327d01
>
> The problem is that Sofia tries to send the message to this host, which
> it obviously is not able to do.
>
> So the solution I have is just to not insert the Via-header in the first
> place.
>
> Is there a way to make Sofia skip this Via-Host without removing the Header?

So you want to route the response message based on the address in the
url instead of Via? If you look at the code, you probably should hack
the nta_msg_tsend() to use the nta_tpn_by_url() with u (if u is
non-NULL) instead of calling nta_tpn_by_via() with topmost via.

Patch is most welcome.

-- 
Pekka.Pessi mail at nokia.com

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to