On 26 Apr 2023, at 00:38, jdprsaga(a)gmail.com wrote:
Hello All, new subscriber here.
I've been reading kamailio documentation to check if kamailio has a use case on the
architecture for the solution for my company's software, here an small architecture
diagram of our solution.
sipclient <----> [ Middleware ] <-----> SBC
Our middle ware is both a sip proxy and media proxy. we have a large number of sip
clients but a small calling number,
our current bottleneck is that the middleware can't handle a high number of
registration, i would like to deploy Kamailio as a load balancer for registrations, making
sure it is statefull so registrations and calls are hashed into the same middleware
server.
sipclients < ----> [ kamailio ] <------> [ middleware1,
middleware2,...,middleware N] <-----> SBC
Any thoughts or pointers?
_
You want to look at the dispatcher module that can dispatch based on hashes.
/O