gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: smsd doesn't work with Siemens MC35?


From: Jan Derfinak
Subject: Re: smsd doesn't work with Siemens MC35?
Date: Mon, 1 Nov 2004 22:36:53 +0100 (CET)

On Fri, 29 Oct 2004, Andrija Petrovic wrote:

Hello.

> However, smsd seems not to be communicating correctly with the MC35: it
> issues the AT+CPMS command to tell the modem to receive SMSes in the SM
> memory. However, all incoming SMSes get stored in the ME memory, so the smsd
> doesn't see them. I get nothing in the inbox table.

Please replace line #243:
msg->memory_type = GN_MT_SM;

in file smsd/lowlevel.c with
msg->memory_type = GN_MT_ME;

and let me know if it helped.

                                jan

-- 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]