|
|
SMS Server Tools 3 Community |
Welcome, Guest. The forum is currently read-only, but will open soon. |
Fri Nov 22, 2024 01:23 |
This topic is locked
Page: 1
Author |
Post |
|
#1 Mon Nov 08, 2010 08:02, 170 months ago.
|
Member
Registered: Oct 2010
Location: Dhaka, Bangladesh
|
Operating system name and version: Ubuntu 9.10 Version of smsd: 3.1.14 Smsd installed from: sources Name and model of a modem / phone: Huawei E620 USB Modem Interface: USB Hi , I am able to send SMS Using playsms 0.9.5.1 . But no SMS incoming at server . here is my smsd conf and logs smsd.conf Smsd-log SMS sending log
|
|
#2 Mon Nov 08, 2010 10:55, 170 months ago.
|
Administrator
Registered: May 2009
Location: Jyväskylä, Finland
|
You have three messages in the SIM card. Because you have used init = AT+CPMS="ME", smsd tries to read messages from Mobile Equipment memory, which is empty.
First change the init string to AT+CPMS="SM". Then restart smsd and it will read your messages.
When using SM (SIM) memory, there are 40 slots available. Usually this is enough, but if you want to you can use the ME memory which has 255 slots. In this case you need to use the init string AT+CPMS="ME","ME","ME". All three values are required because each of them defines different storage:
+CPMS=<mem1>[,<mem2>[,<mem3>]]
<mem1>: storage used for reading and deleting <mem2>: storage used for writing and sending <mem3>: storage used for storing the received message
|
|
#3 Mon Nov 08, 2010 14:52, 170 months ago.
|
Member
Registered: Oct 2010
Location: Dhaka, Bangladesh
Topic owner
|
Hi Keke ,
Many thanks , I have followed your instructions . Its working .
|
This topic is locked
Page: 1
Time in this board is UTC.
|
|
|
|
|
|
|