<div>Hi List,</div>
<div>I would like to know how can I save a Contact URI adding transport=TCP in it.</div>
<div> </div>
<div>If a User Agent registers to OpenSIPS using TCP as transport protocol but it doesnt include transport=TCP in the Contact Header, then that User Agent is unable to receive calls even if the Request URI contains transport=TCP.</div>
<div> </div>
<div>i.e:</div>
<div>Contact: <<a href="http://sip:2501@10.0.0.25:5060">sip:2501@10.0.0.25:5060</a>>;q=0.9;expires=3600 (Original Contact)</div>
<div>
<div>Contact: <sip:2501@10.0.0.25:5060;transport=TCP>;q=0.9;expires=3600 (Modified Contact)</div>
<div> </div></div>
<div>So, I know that this should (or could) be fixed on the User Agent side; but It would be nice if I can modify the Contact URI in the REGISTER before calling the save("location") function.</div>
<div> </div>
<div>Thanks,</div>
<div> </div>
<div>Ricardo</div>