I&#39;ve been playing around with the new Topology Hiding functionality in the dialog module.<br><br>Now I am just merging into my script, but I noticed the following.  When topology_hiding() get&#39;s called, it seems that the Contact header looks odd.  <br>
<br>Assume:<br><br>a.b.c.d to be the IP address of the Asterisk Server<br>w.x.y.z to be the IP address of OpenSIPS<br><br>If in a non-hiding script we would see the following send back to the 
client (assuming OpenSIPS is load-balancing to Asterisk servers)...<br><br>Contact: &lt;sip:18005558355@a.b.c.d:5060&gt;<br><br>However when calling topology_hiding() we see the following sent to the client...<br><br>Contact: &lt;sip:w.x.y.z:5060;did=0f2.e389a3e&gt;sip:18005558355@a.b.c.d:5060<br>
<br>While it seems that OpenSIPS is re-writing the contact header, it&#39;s still appending the topology information I wish to hide... which would seem to defeat the purpose of calling topology_hiding() in the first place.<br>
<br>Is there a way to avoid this?<br><br>AF.<br>