Hello,
On 9/14/12 9:40 AM, Mino Haluz wrote:
Hi,
mediaproxy has dispatcher and relay, so it load balances the traffic automatically. How it is done with rtpproxy ?
the load balancing is implemented in the rtpproxy module from kamailio. You can set many rtpproxies via module parameter:
http://kamailio.org/docs/modules/3.3.x/modules/rtpproxy.html#id2549966
Then the module dispatches the calls across the rtpproxy instances based on hashing of the call-id.
Cheers, Daniel