< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate] blocking requests sent from and to local transports due to redirect, etc.


Hi,

 

Is it possible to have the stack reject requests generated locally to local transports?  The specific scenario here is avoiding a loop created if an outbound endpoint redirects back to a local transport/stack.  For redirect it’s possible to look at the contact list and compare to the local transport ip’s, but if the contacts are fqdn’s then a DNS query would have to be performed.  The DNS query would cause delays and would probably need to be done asynchronously, which adds complexity.

 

Thanks,

 

-justin