You mention that there was a patch for the +cmti, can I use it or sould I implement it myself
Avner -----Original Message----- From: Oded Arbel [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 5:19 PM To: Avner Sternheim; [EMAIL PROTECTED] Subject: RE: Siemens M20 configuration > -----Original Message----- > From: Avner Sternheim [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 10, 2002 6:03 PM > To: '[EMAIL PROTECTED]' > Subject: Siemens M20 configuration > > > > I've install the CVS version from 09/09 and I still have this message > "+CMTI: "SM" > what is wrong with the configuration or how can I implement > support for > +CMTI +CMTI support is not in the CVS, nor it is planned for in the future. you can implement it if you like - look at the AT2 source code. generally speaking, you should change wait_modem_command() to recognize "+CMTI:", and then use a code similar to read_sms_memory() to read the required memory location and delete the SM from it, before calling pdu_extract() - which you will have to modify too, to support your call. taking out the +CMGR, +CMGD code from read_sms_memory() into a new function and then calling it from read_sms_memory() and wait_modem_command(), is possibly a good idea. > (still, I dont understand why I get messages from one device and from > another I dont to my siemens m20 modem ) different CNMI default settings (or non-default if the modem configuration group defines it). -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. "We don't devote nearly enough scientific research to finding a cure for jerks." -- Calvin and Hobbes
