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 <mh@markholloway.com> wrote:
<br />> For basic topology hiding the documentation says it is called by the following..
<br />>
<br />> if(is_method("INVITE") && src_ip=="10.10.10.10")
<br />> b2b_init_request("top hiding");What I didn'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'm assuming I need to add b2b_entities and b2b_logic in the opensips.cfg file.
<br />>
<br />>
<br />>
<br />>
<br />>