[Serusers] SER Load balancing

Rose, John John.Rose at premiereglobal.com
Mon Sep 19 23:49:54 CEST 2005


Marcello,

Here is one method that I have been looking at - has anyone tried
something similar?


# --- Rewrite 50/50 --------------------------------
if (uri=~"test")
{
	if (is_gflag("1"))
	{
		reset_gflag("1");
		rewriteuri("sip:test at 10.1.1.1");
	}
	else
	{
		set_gflag("1");
		rewriteuri("sip:vsd at 10.1.1.2");
	};

	t_on_failure("1");
} 
# --------------------------------------------------


Thanks,

John Rose


-----Original Message-----
From: serusers-bounces at iptel.org [mailto:serusers-bounces at lists.iptel.org] On
Behalf Of Marcello Lupo
Sent: Saturday, September 17, 2005 7:38 AM
To: serusers at lists.iptel.org
Subject: [Serusers] SER Load balancing

Hi to all,
did you have suggestions how to accomplish to load balancing load of SER
between 2 machine running both SER and DB to check routing entries??
I was thinking to use LVM but i don't know how to let the same call
messages to go to the same machine. There should be something line an
LVM module able to check the CallID field and keep track of it.
May be some other ways?? Using DNS records or other?

Another question is if there is a searchable archive of this Mailing
list.

Thanks,
Bye,
Marcello

_______________________________________________
Serusers mailing list
serusers at lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers




More information about the sr-users mailing list