[OpenSIPS-Users] Passing Register requests with B2BUA Topology Hiding

Jeryes . jeryes at voicetechnology.com.br
Sat Jan 12 17:27:19 CET 2013


Hi Duane,

Thanks for your reply!

I don't know if this is right, but my idea is to forward the Register
requests from one sip proxy to the other passing through opensips, creating
a new a new dialog by executing b2b_init_request("top hiding"), as it is
working to INVITE requests:

route
{

    if( is_method("INVITE") || is_method("REGISTER") )
    {
      b2b_init_request("top hiding");

      exit;

    }

}

Does top hiding work this way, to pass Register requests? Do I need to
implement any function to make it work?

Thank you!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20130112/c511ee4c/attachment.htm>


More information about the Users mailing list