RE: SIM Buffering

2011-07-31 Thread Rene Kluwen
You have 2 options: 1. Set sim-buffering to false 2. Change the AT+CNMI setting so messages don't come in directly. From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Shiv Narayan Sent: Tuesday, 26 July, 2011 10:59 To: Willy Mularto Cc:

Re: SIM Buffering

2011-07-26 Thread Shiv Narayan
t modemtype = auto device = /dev/ttyUSB0 speed = 9600 pin = 2345 sim-buffering=true include = "/gw/modems.conf" group = smsbox bearerbox-host = 127.0.0.1 sendsms-port = 13013 global-sender = 13013 log-file = "/log/smsbox.log" log-level = 0 access-log = "/log/smsboxaccess.log&qu

Re: SIM Buffering

2011-07-25 Thread Willy Mularto
It will be helpful if you share us your configuration file. On Jul 25, 2011, at 5:38 PM, Shiv Narayan wrote: > I am using a modem with Kannel for SMS services and have set SIM-buffering to > true. However every time an SMS is received Kannel services it twice, once > when SMS recei

SIM Buffering

2011-07-25 Thread Shiv Narayan
I am using a modem with Kannel for SMS services and have set SIM-buffering to true. However every time an SMS is received Kannel services it twice, once when SMS received and a second time when reading it from the SIM memory. Has anyone experienced this problem and could advise? Thanks in

Re: Sim-buffering question

2011-01-17 Thread Nikos Balkanas
error. Please post relevant detailed bb logs of the behaviour you describe. BR, Nikos - Original Message - From: Alvaro Cornejo To: Rene Kluwen Cc: Helen Sang ; users@kannel.org Sent: Monday, January 17, 2011 5:05 PM Subject: Re: Sim-buffering question Hi Rene It can be a possibility

Re: Sim-buffering question

2011-01-17 Thread Alvaro Cornejo
do I see things wrong? > > > > == Rene > > > > *From:* users-boun...@kannel.org [mailto:users-boun...@kannel.org] *On > Behalf Of *Alvaro Cornejo > *Sent:* Monday, 17 January, 2011 14:54 > *To:* Helen Sang > *Cc:* users@kannel.org > *Subject:* Re: Sim-bufferi

RE: Sim-buffering question

2011-01-17 Thread Rene Kluwen
: Monday, 17 January, 2011 14:54 To: Helen Sang Cc: users@kannel.org Subject: Re: Sim-buffering question That is the way it works. It can only know how many messages are stored in the phone/sim, but there is no way for kannel to know in wich memory location a message is stored so it must read

Re: Sim-buffering question

2011-01-17 Thread Alvaro Cornejo
www.smsglobal.com.mx y www.pravcom.com On Mon, Jan 17, 2011 at 1:46 AM, Helen Sang wrote: > Dear Kannel User, > > I am using a motorola phone as SMSC. The phone does not acknowledge new > messages arrival, so I enable sim-buffering function. > > In modems.conf file, if I set

Sim-buffering question

2011-01-16 Thread Helen Sang
Dear Kannel User, I am using a motorola phone as SMSC.  The phone does not acknowledge new messages arrival, so I enable sim-buffering function. In modems.conf file, if I set message-storage to "SM", the phone works fine.  But my SIM card store only 30 messages.  I wish to use the ph

a phone with sim buffering?

2006-09-26 Thread Daniel Reeves
We're setting up an SMS gateway and just wondering if y'all could recommend a phone to buy for this purpose. I understand we should get one with sim buffering (so the memory doesn't fill up with incoming messages). Any other criteria? Thanks! Daniel Reeves -- http://ai.eecs.u

Re: T630 and SIM-buffering

2005-12-26 Thread sangprabv
2005 3:09 PM Subject: T630 and SIM-buffering > New to this list, but not Kannel. > > But even thug, I ran in to a problem with this SE T630. > I use smsc at via a DCU-10 USB cable, running kannel 1.4.0-Gentoo. > > I have set sim-buffering = true, but kannel does not delete the

T630 and SIM-buffering

2005-12-26 Thread Nis
New to this list, but not Kannel. But even thug, I ran in to a problem with this SE T630. I use smsc at via a DCU-10 USB cable, running kannel 1.4.0-Gentoo. I have set sim-buffering = true, but kannel does not delete the messages from the T630! This is my init-string = "AT+CNMI=2,3,2,0,0;

Sim buffering

2004-06-16 Thread Eric Carlson
'Scuse my ignorance ;-) I added sim-buffering = true to my smsc group and now it sends AT+CPMS to my GSM modem every minute. I'm guessing that now the phone isn't storing the incoming SMS locally and sending notifications to Kannel to get it, so Kannel is polling. This approach s