SIP-packets should not contain a _preloaded_ Route-header with that address
Opened this issue · 2 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1.When using an outbound proxy, the SIP-packets should not contain a
_preloaded_ Route-header with that address.
Route: <sip:proxy name>
What is the expected output? What do you see instead?
the SIP-packets should not contain a _preloaded_ Route-header with that address.
..from the packets, for example initial INVITE from the client. Outbound proxy
means that the client should send all initial packets to the outbound proxy
address, but there should be no references of the outbound proxy address within
the SIP-packets themselves.
Don’t confuse this with normal routing headers that may be populated from
Record-route headers (loose-routing) during the first stages of SIP-signaling.
What I’m talking about is the initial _preloaded_ Route-header.
What version of the product are you using? On what operating system?
IMSdroid 2.x
Please provide any additional information below.
how i can remove this initial _preloaded_ Route-header from classes and API's
and where , please advice ?
Original issue reported on code.google.com by wmas...@gmail.com
on 9 Aug 2011 at 7:11
GoogleCodeExporter commented
any answer for this ? did you find how to remove _preloaded_ Route-header ?
Original comment by dani.p...@gmail.com
on 13 Mar 2012 at 11:51
GoogleCodeExporter commented
We haven't changed the code because it's correct according to 3"GPP TS 24.229
section 5.1.2A". If you want to remove this route, just remove this line:
http://code.google.com/p/doubango/source/browse/branches/2.0/doubango/tinySIP/sr
c/dialogs/tsip_dialog.c#358
Original comment by boss...@yahoo.fr
on 13 Mar 2012 at 11:55
- Changed state: Accepted