<div dir="ltr"><div><div>Hi,<br><br>In my scenario, that variable looks like this:<br>variable_sip_outgoing_contact_uri: [&lt;sip:gw+mygw1@10.1.1.1:5060;transport=udp;gw=mygw1&gt;]<br><br></div><div>Is it possible, to make it look like this? :<br>variable_sip_outgoing_contact_uri: [&lt;sip:<a href="http://10.1.1.1:5060">10.1.1.1:5060</a>&gt;]<br></div><div><br></div><div>So far, the things I&#39;ve found for the gateway configuration are:<br>           &lt;param name=&quot;extension-in-contact&quot; value=&quot;true&quot;/&gt;<br>           &lt;param name=&quot;extension&quot; value=&quot;contact_username_part&quot;/&gt;<br></div><div>...which only replaces the username part, and:<br>           &lt;param name=&quot;contact-params&quot; value=&quot;new_contact_parameter&quot;/&gt;<br></div><div>... which only adds to the contact parameters.<br><br></div><div>I tried &quot;&quot; and &quot;_undef_&quot; combinations without success.<br></div><div><br></div><div>Can you give me some clues about how to trim those contact header parts, if possible?<br></div><div><br></div>Thanks,<br></div>Stefan<br></div>