Re: How can I use kannel with two modems?

2008-03-24 Thread Clarence Carino
hi i did this once with two cellphones. what i did was, 1) create two kannel.conf files. one for each phone 2) run one instance of ./bearerbox 3) run two instances of ./smsbox. one for each config file please make sure all assigned ports and names that ./smsbox use are different to each other.

Re: How can I use kannel with two modems?

2008-03-24 Thread Alvaro Cornejo
Hi Just specify 2 or 'n' instances of a smsc type 'at' in your config file and point each one to a different port. On Mon, Mar 24, 2008 at 10:10 AM, Matthew Wilson <[EMAIL PROTECTED]> wrote: > I am using kannel to send SMS messages. I have two modems; one on > /dev/rfcomm0 and the other on /d

How can I use kannel with two modems?

2008-03-24 Thread Matthew Wilson
I am using kannel to send SMS messages. I have two modems; one on /dev/rfcomm0 and the other on /dev/rfcomm1. I want to use them to send messages in parallel. How can I do this? Matt