<div dir="ltr">Hi,<div>I am using <b>Kamailio 4.4</b>. I would like to forward the request to a different port number of my endpoint. I have changed the destination <b>URI </b>and the <b>INVITE  </b>correctly reached to the new port. But the <b>To header </b>in the <b>INVITE </b>request has the old port. so the endpoint is not responding to the request. </div><div>Then I tried to remove and replace <b>To header</b> using <i><b>remove_hf("To")</b></i> and<b><i> insert_hf("To: $var(modified_to_header) \r\n");</i></b> functions. But the to header not changed. </div><div>So, is there any way to change the <b>To header URI</b>.</div></div>