**>From: "Simon Yip" <[EMAIL PROTECTED]> **>To: <[email protected]> **>Subject: Receiving SMS **>Date: Tue, 25 Jan 2005 17:02:24 +0800 **> **>Does Kannel read the sms received by mobile and store to log or access file?
If your "group = core" section has an "access-log = logfile_name...." then the bearerbox will record the received SMS...that were successfully routed to an smsbox or out another SMSC. Please note the last part of my previous statement. Another caveat is that the message will be represented in the logfile differently based on the Encoding of the SMS. For example, if the message was using GSM7 (default encoding), then the SMS will be rendered as straight ASCII. This means if there's a linefeed character in the SMS (Unicode 0x10), then the linefeed will also appear in the logfile. Therefore, you should not parse the logfile on a line-by-line basis. If the SMS is in UCS-2 (Coding=2 in v1.3.2 and above), then the message will be rendered as the hexadecimal values of the message: 2005-01-25 17:44:53 Receive SMS ... [msg:4:4E2D6587] ... **>Is Kannel able to delete sms stored in mobile (sim or memory) ? **>I'm using Ericsson T39. If your "group = smsc" section detailing your "smsc = at", you have "sim-buffering = true", then the bearerbox will check SIM memory for SMS messages as well as expecting the SMS via an unsolicited notification (i.e., AT+CPMS will be used as well as expecting +CMT for SMS reception notification). See ya... d.c.
