Kannel with two modems

2012-10-03 Thread Eugene Prokopiev
Hi, I have two GSM/GPRS SprutNet USB modems (Siemens MC35 clones, ATI returns SIM900 R11.0 in screen /dev/ttyUSBN 115200). My configuration is: group = core admin-port = 13000 admin-password = admin smsbox-port = 13001 dlr-storage = internal store-type = spool store-location = /var/spool/kannel

Re: Kannel with two modems

2012-10-04 Thread Eugene Prokopiev
> After this error device /dev/ttyUSB1 hungs, so I can't screen it and > need to reboot it. Why can it be? It looks like USB bus problems because it works on another server -- Regards, Eugene Prokopiev

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

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

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.