Owki, reading RFC-3261 again ;)<br><br>Imho Kamailio does what it is supposed to do, it forwards the packet to the first element in the Route header. <br><br>But as I received the BYE packet from &lt;sip:their_sbc&gt; , that one should have stripped itself out of the Route header, making everything just work, right?<br>
<br>Now I can hackishly fix it with a rewritehostport in the middle. But that will eventually not scale up that nicely. Ergo, does anyone have a good idea on how to e.g. have Kamailio in this situation ignore the first uri in the route header? Or am I still not getting it :) ?<br>
<br>thx !<br><br><pre>BYE sip:<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users">05xxxxxx at my_kamailio</a>:5060;transport=udp SIP/2.0<br>Record-Route: &lt;sip:their_sbc;lr=on;ftag=as5716fec8&gt;<br>
Via: SIP/2.0/UDP their_sbc;branch=z9hG4bK1ae8.269e4f67.0<br>Via: SIP/2.0/UDP<br>their_internals:5060;received=their_internals;branch=z9hG4bK4f9044a7;rport=5060<br>Route:<br>&lt;sip:their_sbc;lr=on;ftag=as5716fec8&gt;,&lt;sip:<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users">36d0a5cfbaeb6b055d5bb02c32127b49_32123456789 at my_kamailio</a><br>
;lr=on;ftag=as5716fec8&gt;<br>Max-Forwards: 69<br>From: &quot;Some_Telecom&quot; &lt;sip:<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users">02xxxxxxxx at their_sbc</a>&gt;;tag=as5716fec8<br>To: &lt;sip:<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users">05xxxxxx at their_sbc</a>:5060&gt;;tag=U3FrFDm5Zr0KF<br>
Call-ID: <a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users">68fe6a470986bd087ce4ed860f603af6 at their_sbc</a><br>CSeq: 103 BYE<br>User-Agent: Integrics Enswitch<br>X-Asterisk-HangupCause: Normal Clearing<br>
X-Asterisk-HangupCauseCode: 16<br>Content-Length: 0<br>X-Enswitch-RURI: sip:<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users">05xxxxxx at my_kamailio</a>:5060;transport=udp<br>X-Enswitch-Source: their_internals:5060<br>
</pre><br>