I thought of not auto-detecting so I can force the old behaviour or force
a ME or SIM usage (someone told about a limit of read/writes in SIM memory).
Of course the code could auto-detect that if I try to force ME and mobile
doesn't
support ME memory, kannel should use other mode.
--
Bruno David Rodrigues
----- Original Message -----
From: "Paul Keogh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 08, 2001 1:36 PM
Subject: RE: CVS patches
> > I'm now looking at your code.
> > You are forcing receiving sms's through ME memory, right ?
> > What about if some mobile doesn't work correctly with it ?
> > quote("SMSs go through memory - this is reliable, but only
> > implemented and
> > + tested on an Ericsson gm25 modem and falcom */")
> >
> > can should create a config var to select the mode, like with
> > "receive = 1",
> > smsc_at
> > behaves just like now, receive=2 receives through ME and
> > receive=3 receives
> > through SM
>
> Not another variable :-). Why not auto-detect it ? - ie. if
> AT+CNMI=1,1 fails, try AT+CNMI=1,2 and so on until you find
> a successful combination. Some devices accept several
> CNMI settings; others only accept one. I'm not sure if the
> current at2 driver supports the AT+CNMI=x,1 mode.
>
>
>