Hello,

I have a dispatcher table with about 10 destinations and was using the
round-robin algorithm to route to destinations since we wanted to have an
even spread of traffic across the destinations. However I recently observed
that with the round-robin, re-INVITEs with the same call id get routed to
different destinations which we thought the dispatcher would handle. So we
figured that if we want to circumvent this problem we need to use the hash
over call-id algorithm.

Does the 'hash over call-id' give a fair way of distributing the calls over
different destinations in the dispatcher like the round robin so that the
traffic is spread evenly over the destinations?
Is there a way we can combine the two algorithms for one set of
destinations?

-- 
Thanks,
Gunjan
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to