Hi
For high availabilty iam doing with loadbalance with Round Robin
could some one suggest what is the best method to do
I have a domain xyz.com not static IP use will authenticate
I have 2 openser Servers, with 1 Mysql, both teh server need to talk to one Mysql
and user should be able to connect any server, depends on availability
could some suggest me how can i do this. to have less downtime. or failover
ram
Hello,
if you want to use another openser for load balancing, then check the dispatcher module (special care should be with nat traversal). Otherwise, the solution is some DNS balancing or IP-level balancing, the second is a bit complex to achieve as it should select same destination for requests within same call.
Cheers, Daniel
On 09/21/07 13:51, ram wrote:
Hi
For high availabilty iam doing with loadbalance with Round Robin
could some one suggest what is the best method to do
I have a domain xyz.com http://xyz.com not static IP use will authenticate
I have 2 openser Servers, with 1 Mysql, both teh server need to talk to one Mysql
and user should be able to connect any server, depends on availability
could some suggest me how can i do this. to have less downtime. or failover
ram
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
On 10/2/07, Daniel-Constantin Mierla daniel@voice-system.ro wrote:
Hello,
if you want to use another openser for load balancing, then check the dispatcher module (special care should be with nat traversal).
Hi
if i use dispatcher module
again i need to use Openser( with dispatcher) and 2 openser for call handling. again iam system dependent
NAT yes iam using Media proxy for the same, how can i detect path, make sure i get CDR perfect.
what happends when the call going on with Server 1 and Server 1 goes down, and call established via media proxy ?
Otherwise, the solution is some DNS balancing or IP-level balancing, the
second is a bit complex to achieve as it should select same destination for requests within same call.
DNS should be good idea. with round robin basis with time gap
any one success with this solution. and documentation for the same with live examples
ram
Cheers,
Daniel