Load Balancing question

2005-01-07 Thread Oscar Medina Duarte
Hi all ! Is it possible to load balance the same route between two smsboxes ? For instance, to have a routing config like this: group = smsbox-route smsbox-id = smsbox_01 shortcuts = 64235 group = smsbox-route smsbox-id = smsbox_02 shortcuts = 64235 And have the bearer to round robin this

Re: Is it possible to set up the esm_class for Kannel?

2005-01-07 Thread Davy Chan
**Subject: RE: Is it possible to set up the esm_class for Kannel? **Date: Fri, 7 Jan 2005 07:54:34 -0800 **From: Olga Rudchenko [EMAIL PROTECTED] **To: devel@kannel.org ** ** **Hi, ** **Thanks so much for help! I am really stick with this problem. ** **We already use Kannel but would like to

GSM Modem and FreeBSD

2005-01-07 Thread David E. Meier
Hello list, so far we've been using kannel on our FreeBSD 5.2.1 box with a direct connection to the SMSC. For a different project we need to connect a GSM terminal to the server. Since I have no experience with such a device yet I thought I'd ask the list for any recommendations. Thanks for help

Re: Load Balancing question

2005-01-07 Thread Alejandro Guerrieri
Oscar, As far as I know, that's not possible out of the box. In such setup, bearerbox will always try to use the first available link, so the second one will only get some hits when the server is under high load or when the first link goes down. I would name that failover, not load balancing.