[OpenSIPS-Users] Dispatcher or Load Balancer Module??

Vlad Paiu vladpaiu at opensips.org
Wed Nov 2 13:18:08 CET 2011


Hello,

The dispatcher module acts in a stateless mode. It just calculates 
hashes on different part of the SIP messages, and based on the hash it 
determines a destination. So overall, with the dispatcher module, no 
even distribution is guaranteed.

The load-balancer is statefull. It will keep track of the number of 
dialogs that are active on each server, and route the request towards 
the least busy one.

So my guess is that, from what you described, you should be choosing the 
load-balancer module.

Regards,

Vlad Paiu
OpenSIPS Developer


On 11/02/2011 02:05 PM, M.Abdulaziz wrote:
> Hello everey one,
>
>
> I want to implement a load balancer design that balance the load among set
> of opensips proxy servers. In this design I want to measure # of INVITES for
> each destination&  then select the destination with the least # of INVITEs
> as the best one to forword calls to.
>
> My question is which module suites my implementation better: load_balancer,
> dispatcher, or another thing?
>
>
> Thank you,
>
> --
> View this message in context: http://opensips-open-sip-server.1449251.n2.nabble.com/Dispatcher-or-Load-Balancer-Module-tp6954965p6954965.html
> Sent from the OpenSIPS - Users mailing list archive at Nabble.com.
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users



More information about the Users mailing list