Hello.<br>
<br>
Is it possible to remove Route: -header from Cancel requests. I have an
user agent that inserts Route: -header in Cancel requests. I&#39;ve already
tried to get rid of it with remove_hf(&quot;Route&quot;) function, but it did not
have any effect. From what I understand is, that this header is quite
unnecessary in a stateful proxy, because the Cancel messages are handled
hop-by-hop basis. It&#39;s just that it causes problems at the next hop
proxy.<br>
<br>
I didn&#39;t even know about this problem with the UA before I started
using the development version of OpenSER, the 1.2.2 version removed the
Route: -header automatically before relaying Cancel forward.<br>
<br>
Thank you<br>
JN