Opensips Implementation on Ubuntu 18.04
Theory Load Balancing in OpenSIPS · The "load-balancing" module comes to provide traffic routing based on load. Shortly, when OpenSIPS routes call to a set of destinations, it is able to keep the load status (as number of ongoing calls) of each destination and to choose to route to the less loaded destination (at that moment) · OpenSIPS is aware of the capacity of each destination - it is preconfigured with the maximum load accepted by the destinations. · OpenSIPS will consider the less loaded destination not the destination with the smallest number of ongoing calls, but the destination with the largest available slot. · Also, the "load-balancing" (LB) module is able to receive feedback from the destinations (if they are capable of). This mechanism is used ...