The latest development version of OpenSIPS has topology hiding in the Dialog Module.  That might be your best bet.
<br />
<br />http://www.opensips.org/html/docs/modules/devel/dialog.html#id251279
<br />
<br />
<br />
<br />On Jul 11, 2011 6:22pm, Mark Holloway &lt;mh@markholloway.com&gt; wrote:
<br />&gt; For basic topology hiding the documentation says it is called by the following..  
<br />&gt; 
<br />&gt; if(is_method(&quot;INVITE&quot;) && src_ip==&quot;10.10.10.10&quot;)
<br />&gt;    b2b_init_request(&quot;top hiding&quot;);What I didn&#39;t see is where in the Routing Logic this is inserted and if something else must be commented out, or is this simple added to it.  Also, I&#39;m assuming I need to add b2b_entities and b2b_logic in the opensips.cfg file. 
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt;