biofried: Hello
I just tried to use the international number format +49xxxx and it worked fine. Without the +49 I get the error.
Thanks biofied
|
biofried: Operating system name and version: Linux Ubuntu Intrepid
Version of smsd: 3.1.6
Smsd installed from: sources
Name and model of a modem / phone: Motorola G24 G24 OEM Module G24_G_0C.11.B2R
Interface: real serial ttyS0
Hello
I have Problems to send SMS in PDU Mode with the Motorola G24 OEM Module GSM Modem.
I can send SMS via terminal in text mode very well, but it does not work with PDU mode and SMSTOOLS. The GSM coverage is fine and the modem is registered in the network.
Error is +CMS ERROR: 513 all the time.
See Log:
Waiting 10 sec. before retrying
2009-12-18 16:07:18,6, GSM1: Checking if modem is ready
2009-12-18 16:07:19,7, GSM1: -> AT
2009-12-18 16:07:19,7, GSM1: Command is sent, waiting for the answer
2009-12-18 16:07:19,7, GSM1: <- OK
2009-12-18 16:07:19,6, GSM1: Pre-initializing modem
2009-12-18 16:07:19,7, GSM1: -> ATE0+CMEE=1
2009-12-18 16:07:19,7, GSM1: Command is sent, waiting for the answer
2009-12-18 16:07:19,7, GSM1: <- OK
2009-12-18 16:07:19,6, GSM1: Initializing modem
2009-12-18 16:07:20,7, GSM1: -> ATE0
2009-12-18 16:07:20,7, GSM1: Command is sent, waiting for the answer
2009-12-18 16:07:20,7, GSM1: <- OK
2009-12-18 16:07:20,7, GSM1: -> AT+CSQ
2009-12-18 16:07:20,7, GSM1: Command is sent, waiting for the answer
2009-12-18 16:07:20,7, GSM1: <- +CSQ: 18,99 OK
2009-12-18 16:07:20,6, GSM1: Checking if Modem is registered to the network
2009-12-18 16:07:21,7, GSM1: -> AT+CREG?
2009-12-18 16:07:21,7, GSM1: Command is sent, waiting for the answer
2009-12-18 16:07:21,7, GSM1: <- +CREG: 000,001 OK
2009-12-18 16:07:21,6, GSM1: Modem is registered to the network
2009-12-18 16:07:21,6, GSM1: Selecting PDU mode
2009-12-18 16:07:21,7, GSM1: -> AT+CMGF=0
2009-12-18 16:07:21,7, GSM1: Command is sent, waiting for the answer
2009-12-18 16:07:21,7, GSM1: <- OK
2009-12-18 16:07:21,6, GSM1: Changing SMSC
2009-12-18 16:07:22,7, GSM1: -> AT+CSCA="+491710760000"
2009-12-18 16:07:22,7, GSM1: Command is sent, waiting for the answer
2009-12-18 16:07:22,7, GSM1: <- OK
2009-12-18 16:07:22,7, GSM1: -> AT+CMGS=21
2009-12-18 16:07:22,7, GSM1: Command is sent, waiting for the answer
2009-12-18 16:07:22,7, GSM1: <- >
2009-12-18 16:07:23,7, GSM1: -> 0011000B911CCCCCCCCCCCCCC4F29C1E522800^Z (modified)
2009-12-18 16:07:23,7, GSM1: Command is sent, waiting for the answer
2009-12-18 16:07:27,7, GSM1: <- +CMS ERROR: 513 (Lower layer failure: receiving of an acknowledgement timed out or lost the radio link.)
2009-12-18 16:07:27,3, GSM1: The modem answer was not OK: +CMS ERROR: 513 (Lower layer failure: receiving of an acknowledgement timed out or lost the radio link.)
modem section smsd.conf
[GSM1]
#init = ATE0+CPMS="SM"+CNMI=2,0,0,2,1
init = ATE0
device = /dev/ttyS0
incoming = no
queues = OTHER
# You don't need a PIN for mobile phones
# pin = 1111
mode = new
#smsc = 491710760000
baudrate = 19200
rtscts = yes
cs_convert = yes
report = no
memory_start = 1
phonecalls = no
Thanks Gregor
|