< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
Is there any update on this? I mean, about Redirect Manager supporting destination fail-over (e.g. if first contact timeouts, try second one
and so on)?
Regards, Jorge Bustamante Date: Fri, 9 Aug 2013 16:18:47 -0400 From: sgodin@xxxxxxxxxxxxxxx To: nathan@xxxxxxxxxxxx CC: resiprocate-devel@xxxxxxxxxxxxxxx; dan@xxxxxxxxxxxxxx Subject: Re: [reSIProcate] 302 with more then one destination in Contact: Looks like the redirect manager will only send to one contact right now. However DUM will let your application decide which one if you have a RedirectHandler installed. It will end up calling onTryingNextTarget for each target if you return a false from the handler. As soon as you return true, it will invite that contact. Would you expect DUM to call all targets in parallel or sequentially (after one fails)? My assumption would be that we should try all targets sequentially (ie: only try next target if previous one failed).
Scott
On Fri, Aug 9, 2013 at 3:33 PM, Nathan Stratton <nathan@xxxxxxxxxxxx> wrote:
_______________________________________________ resiprocate-devel mailing list resiprocate-devel@xxxxxxxxxxxxxxx https://list.resiprocate.org/mailman/listinfo/resiprocate-devel |