Hi. I had the same problem with a Ericsson T28. Below is my working confiuration for sending and recieving SMS, something simular also work for the Ericsson R320 and hopefully also for a T39.
To get it working I needed to remove all SMS stored in the phone before starting up kannel (Both SM and ME as I recall). Otherwise can�t kannel fetch the new SMS. Keywords: message-storage, sim-buffering Let me know if this work, I�m about to try a T39 myself someday. Regards Tobias <smskannel.conf> # SMSC CONNECTIONS FOR ERICSSON T28 group = smsc smsc = at2 modemtype = ericsson_t28 device = /dev/ttyS0 speed = 9600 keepalive = 10 sim-buffering = true include = /home/tobiash/kannel/gateway-1.2.0/doc/modems.conf </smskannel.conf> <modems.conf> group = modems id = ericsson_t28 name = Ericsson T28 init-string = "AT+CNMI=3,3,2" keepalive-cmd = "AT+CBC;+CSQ" enable-hwhs = "" no-pin = true message-storage = "ME" </modems.conf> Peter L�fman wrote: > Hi, > > I'm testing Ericsson T39 as SMSC. > Does anyone know how I can prevent the phone from storing the incoming > SMS:es in phone memory? > Now the memory becomes full and no furhter messages are received until I > manually delete them. > > /Peter Lofman
