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!
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users