I have 3 rtp backends defined with equal weights (33 each). But when I
look at the number of calls being handled the spreaded load is always
5:4:3 for the machines in the orderd listed:
modparam("rtpengine", "rtpengine_sock",
"udp:10.235.32.60:7723=33
udp:10.235.32.59:7723=33 udp:10.235.32.58:7723=33")
Looking at select_rtpp_node_new I see nothing unfair happening (with my
total lack of knowledge of how the node set is populated).
Anybody else noticing this?