Re: [reSIProcate] blocking requests sent from and to local transports due to redirect, etc.
It's not possible without modifying the stack. It's also not very
desirable in many situations. ie. a stack instance being used for
multiple endpoints, and you are calling from one endpoint to another.
Scott
On Tue, Nov 17, 2009 at 9:46 AM, Justin Matthews <jmatthewsr@xxxxxxxxx> wrote:
> 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
>
> _______________________________________________
> resiprocate-devel mailing list
> resiprocate-devel@xxxxxxxxxxxxxxx
> https://list.resiprocate.org/mailman/listinfo/resiprocate-devel
>