Re: [reSIProcate] RFC 5923 alias
> you can try out the flow token mode of repro - this allows RFC5626 like
> behavior for endpoints that don't support it:
I tried that, I'm not 100% sure about the way these settings interact:
if I do EnableFlowTokens=true, then does the setting of DisableOutbound
make any difference?
[Scott] You must enable outbound support for any of this to work. ie:
DisableOutbound = false
How about the relationship between ClientNatDetectionMode and
EnableFlowTokens? Does EnableFlowTokens supercede
ClientNatDetectionMode, or do they work together in some way?
[Scott] ClientNatDetectionMode is just more selective than the EnableFlowTokens. If you have EnableFlowTokens on, then it doesn't matter what the ClientNatDetectionMode is set to.
[Scott] Also make sure you are specifying an appropriate record-routing URI - for TLS it should contain domain names in it and not IP addresses.