Hello,<br><br>We are using the  topology_hiding() function from dialog module on opensips v1.8.2.<br><br>We are facing a problem with some SIP stacks that are creating contact like this:<br><br>Contact: &quot;1234556&quot; &lt;<a href="http://sip:123456@192.168.106.147:5060">sip:123456@192.168.106.147:5060</a>&gt;&quot;        Contact: &quot;Displayname&quot; &lt;URI&gt;<br>
<br><br>when we call match_dialog(), we have a parse error with such kind of contact contact:<br><br>               xlog(&quot;L_INFO&quot;,&quot;TOPOHIDING on incoming AFTER2\n&quot;);<br>               if(match_dialog()) {<br>
                        xlog(&quot;L_INFO&quot;,&quot;TOPOHIDING on incoming AFTER3\n&quot;);<br><br><br>Mar 15 18:08:54 localhost /usr/sbin/opensips[4012]: TOPOHIDING on incoming AFTER2<br>Mar 15 18:08:54 localhost /usr/sbin/opensips[4012]: ERROR:core:parse_uri: bad uri,  state 0 parsed: &lt;1234&gt; (4) / &lt;123456&quot; &lt;<a href="http://sip:123456@192.168.106.147:5060">sip:123456@192.168.106.147:5060</a>&gt; (48)<br>
Mar 15 18:08:54 localhost /usr/sbin/opensips[4012]: ERROR:dialog:dlg_th_onroute: Failed to replace contact<br>Mar 15 18:08:54 localhost /usr/sbin/opensips[4012]: TOPOHIDING on incoming AFTER3<br><br><br>any idea on this problem ?<br>
<br>Regards,<br>Pierre-Yves<br><br>