Forth: SMSC is not correct. I carefully checked the other sim card with right smsc, and all ok.
Thanks for answers:)
|
Forth: Ok, a bit more log
2009-07-27 17:15:43,6, GSM1: Checking if modem is ready
2009-07-27 17:15:43,7, GSM1: -> AT
2009-07-27 17:15:44,7, GSM1: Command is sent, waiting for the answer
2009-07-27 17:15:44,7, GSM1: <- OK
2009-07-27 17:15:44,6, GSM1: Pre-initializing modem
2009-07-27 17:15:44,7, GSM1: -> ATE0+CMEE=1
2009-07-27 17:15:48,7, GSM1: Command is sent, waiting for the answer
2009-07-27 17:15:48,7, GSM1: <- OK
2009-07-27 17:15:48,6, GSM1: Checking if Modem is registered to the network
2009-07-27 17:15:48,7, GSM1: -> AT+CREG?
2009-07-27 17:15:51,7, GSM1: Command is sent, waiting for the answer
2009-07-27 17:15:51,7, GSM1: <- +CREG: 1,1 OK
2009-07-27 17:15:51,6, GSM1: Modem is registered to the network
2009-07-27 17:15:51,6, GSM1: Selecting PDU mode
2009-07-27 17:15:51,7, GSM1: -> AT+CMGF=0
2009-07-27 17:15:54,7, GSM1: Command is sent, waiting for the answer
2009-07-27 17:15:54,7, GSM1: <- OK
2009-07-27 17:15:54,6, GSM1: Changing SMSC
2009-07-27 17:15:54,7, GSM1: -> AT+CSCA="+79116009993"
2009-07-27 17:16:01,7, GSM1: Command is sent, waiting for the answer
2009-07-27 17:16:01,7, GSM1: <- OK
2009-07-27 17:16:01,7, GSM1: -> AT+CMGS=18
2009-07-27 17:16:05,7, GSM1: Command is sent, waiting for the answer
2009-07-27 17:16:05,7, GSM1: <- >
2009-07-27 17:16:05,7, GSM1: -> ( PDU REMOVED )
2009-07-27 17:16:17,7, GSM1: Command is sent, waiting for the answer
2009-07-27 17:16:20,7, GSM1: <- +CMS ERROR: 515
2009-07-27 17:16:20,7, GSM1: Explanation: Please wait, service is not available, init in progress
2009-07-27 17:16:20,3, GSM1: The modem said ERROR or did not answer.
2009-07-27 17:16:20,4, GSM1: Sending SMS to 79212xxxx failed
The PDU text is simple "test". No cyrillic or another non ascii symbols.
i set cs_convert to "no" or set to "yes", no differences. Always error.
|
Forth: Hello all!
smsd get any incoming messages without any problem, but can't send sms with +CMS: ERROR 515.
2009-07-27 16:44:13,7, GSM1: <- +CMS ERROR: 515
2009-07-27 16:44:13,7, GSM1: Explanation: Please wait, service is not available, init in progress
In documentation on GSM gateway error description is "PS busy". What it's mean?
I tried three sims from different providers, and always got this error. This sims in phones work with any troubles and send sms.
smsd.conf
devices = GSM1
logfile = /var/log/smsd.log
loglevel = 7
[GSM1]
device = /dev/cuaU0
incoming = no
cs_convert = no
rtscts = no
baudrate = 2400
smsc = 79116009993
send_delay = 20
#pin = 1111
|