Re: [OpenSIPStack] OSBC - load balancing
Brought to you by:
joegenbaclor
From: Joegen E. B. <jb...@so...> - 2007-05-18 09:56:11
|
Costin Bularca wrote: > Hello, > I saw in some descriptions for OpenSBC that this can be configured to > load balance sessions across other instances. Each instance may be run > on separate servers. > For example: I have 2 instances of OpenSBC. Every of them runs on a PC. > How can I configure this 2 instances to make load balancing? > > Regards, > Costin Bularca > You can configure OpenSBC as a load balancer. You are going to need to run the load balancer instance in one of your two boxes. The load balancer should be configured to run in ProxyOnlyMode. Then in Relay Routes, you can specify the address of the other two instances of opensbc Example: [*] sip:opensbcipaddress_1:5080 | sip:opensbcipaddress_2:5060 Joegen |