On Thu, Nov 23, 2017 at 12:14:36AM -0500, SamyGo wrote:
I've a scenario where multiple mediaservers will
be registered to Kamailio
and for any incoming call from Upstream provider I've to perform
load-balancing to the actively registered media-servers.
dispatcher module does load-balancing for IP endpoints, is there any other
module where I can perform load-balancing on registered
clients(media-servers)?
If you have those mediaserver register with the same username you could
simply use lookup and serial forking to loadbalance. No idea how to
randomize the results from lookup though.