
|
Issue 34: Precedence of routes discovered via redirect Indication Details: A question was raised on what would be the possible precedence order when messages matches cached routes generated from multiple redirect indications. The sample scenario is as follows: a. A message with realm='a.com' is redirected to host 'y' with redirect usage ALL_REALM b. A message with user='x' is redirected to host 'z' with redirect usage ALL_USER c. Both redirect routes (a) and (b) are cached then a message with realm='a.com' and user='x' arrvies. Which routing criteria should be used ? Status: No activity Notes: Strawman proposal in issue tracker. Also, not fully clarified if multiple cached redirect routes is allowed. |