SMS Server Tools 3
 Menu
Basic information:
Additional information:
Support:
Get SMS Server Tools 3:
Additional Options

 Sponsored links

 Search
Custom Search

 Visitor locations
 
 SMS Server Tools 3 Community
Welcome, Guest. The forum is currently read-only, but will open soon. Tue Jul 01, 2025 22:28
SMSTools3 Community » Search Bottom

Page:  1

Keywords:
Mode: All keywords (AND)
cookman: Operating system name and version: Fedora 14 (Laughlin) Version of smsd: 3.1.8 Smsd installed from: package repository Name and model of a modem / phone: Sony Ericsson Z530 and Huawei E182E USB modem Interface: USB I previously reported a problem with my Huawei E182E 3G/HSPA modem when trying to use it with smsd. I have now found out that the poblem is that if you connect the modem to your USB port but do not define the modem in NetworkManager as a mobile broadband modem then smsd works fine. AS soon as you define the modem in NetworkManager and use it for mobile broadband then smsd stops working. This means that the linux kernel and/or NetworkManager can not handle smsd and mobile broadband simultaneously. The problem even occurs if you connect another modem like e.g. as I have done a Sony Ericsson Z530 as a modem and configure this modem to use smsd, and not the mobile broadband modem. As soon as you define the mobile broadband modem in NetworkManager the smsd (Sony Ericsson Z530) stops working (ERROR is timeout, i.e. the modem does not answer). I wonder if there exists a workaround for the above problem?
cookman: Thanks for the good piece of advice. I don't understand it either, but it must have something to do with fedora updates. I recently installed the latest updates (e.g.. incl. NetworkManager) and now the problem is gone again. I used this configuration: # smsd.conf for Huawei E182E # Read the manual for a description devices=GSM1 incoming=/var/spool/sms/incoming outgoing=/var/spool/sms/outgoing checked=/var/spool/sms/checked sent=/var/spool/sms/sent logfile=/var/log/smsd.log delaytime=2 loglevel=7 [GSM1] device=/dev/ttyUSB3 pre_init=yes init=AT+CPMS="SM" incoming=yes outgoing=yes memory_start=0 baudrate=115200 #baudrate=19200 rtscts=yes send_delay=1 cs_convert=yes sending_disabled=no modem_disabled=no mode=new I think we now can close the issue but if it occurs again I will try your changes to the conf.
cookman: Yes, unfortunately. I solved the problem in fedora 12 by reinstalling fedora from scratch, but the problem occured again after having installed fedora 13.
cookman: Operating system name and version: Fedora 13 Version of smsd: 3.1.5 and 3.1.11 (both have the same problem) Smsd installed from: package repository (3.1.5) and SMS Server Tools home page (3.1.11) Name and model of a modem / phone: Huawei E182E HSDPA dongle Interface: USB I got the same problem again with Fedora 13 I had before with fedora 12, but solved it by upgrading to fedora 13. No glue why this problem suddenly occurs but the modem reports an error 330 (SMSC address unknown) when trying to send an sms... Attached the error log: 2010-07-04 09:28:52,2, smsd: Smsd v3.1.11 started. 2010-07-04 09:28:52,2, smsd: Running as root:root. 2010-07-04 09:28:52,7, smsd: Running startup_check (shell): /tmp/smsd_script.4EFlgK /tmp/smsd_data.wgxKin 2010-07-04 09:28:52,7, smsd: Done: startup_check (shell), execution time 0 sec., status: 0 (0) 2010-07-04 09:28:52,4, smsd: File mode creation mask: 022 (0644, rw-r--r--). 2010-07-04 09:28:52,5, smsd: Outgoing file checker has started. PID: 2709. 2010-07-04 09:28:52,5, GSM1: Modem handler 0 has started. PID: 2710. 2010-07-04 09:28:52,5, GSM1: Using check_memory_method 1: CPMS is used. 2010-07-04 09:28:52,6, GSM1: Checking device for incoming SMS 2010-07-04 09:28:52,6, GSM1: Checking if modem is ready 2010-07-04 09:28:52,7, GSM1: -> AT 2010-07-04 09:28:52,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:28:52,7, GSM1: <- OK 2010-07-04 09:28:52,6, GSM1: Pre-initializing modem 2010-07-04 09:28:52,7, GSM1: -> ATE0+CMEE=1 2010-07-04 09:28:53,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:28:53,7, GSM1: <- OK 2010-07-04 09:28:53,6, GSM1: Checking if modem needs PIN 2010-07-04 09:28:53,7, GSM1: -> AT+CPIN? 2010-07-04 09:28:53,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:28:53,7, GSM1: <- +CPIN: READY OK 2010-07-04 09:28:53,6, GSM1: Initializing modem 2010-07-04 09:28:53,7, GSM1: -> AT+CPMS="SM" 2010-07-04 09:28:53,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:28:54,7, GSM1: <- +CPMS: 0,50,0,0,0,0 OK 2010-07-04 09:28:54,7, GSM1: -> AT+CSQ 2010-07-04 09:28:54,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:28:54,7, GSM1: <- +CSQ: 6,99 OK 2010-07-04 09:28:54,6, GSM1: Signal Strength Indicator: (6,99) -101 dBm, Bit Error Rate: not known or not detectable 2010-07-04 09:28:54,6, GSM1: Checking if Modem is registered to the network 2010-07-04 09:28:54,7, GSM1: -> AT+CREG? 2010-07-04 09:28:54,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:28:54,7, GSM1: <- +CREG: 2,1, 9D6D, 1930F3D OK 2010-07-04 09:28:54,6, GSM1: Modem is registered to the network 2010-07-04 09:28:54,6, GSM1: Selecting PDU mode 2010-07-04 09:28:55,7, GSM1: -> AT+CMGF=0 2010-07-04 09:28:55,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:28:55,7, GSM1: <- OK 2010-07-04 09:28:55,7, GSM1: -> AT+CIMI 2010-07-04 09:28:55,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:28:55,7, GSM1: <- 238060001567515 OK 2010-07-04 09:28:56,7, GSM1: -> AT+CGSN 2010-07-04 09:28:56,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:28:56,7, GSM1: <- 359740020194955 OK 2010-07-04 09:28:56,5, GSM1: CGSN: 359740020194955 2010-07-04 09:28:56,5, GSM1: IMSI: 238060001567515 2010-07-04 09:28:56,6, GSM1: Checking if reading of messages is supported 2010-07-04 09:28:56,7, GSM1: -> AT+CPMS? 2010-07-04 09:28:56,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:28:56,7, GSM1: <- +CPMS: "SM",0,50,"ME",0,0,"ME",0,0 OK 2010-07-04 09:28:56,6, GSM1: Checking memory size 2010-07-04 09:28:57,7, GSM1: -> AT+CPMS? 2010-07-04 09:28:57,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:28:57,7, GSM1: <- +CPMS: "SM",0,50,"ME",0,0,"ME",0,0 OK 2010-07-04 09:28:57,6, GSM1: Used memory is 0 of 50 2010-07-04 09:28:57,6, GSM1: No SMS received 2010-07-04 09:29:00,6, GSM1: Checking device for incoming SMS 2010-07-04 09:29:00,6, GSM1: Checking if modem is ready 2010-07-04 09:29:00,7, GSM1: -> AT 2010-07-04 09:29:00,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:00,7, GSM1: <- OK 2010-07-04 09:29:00,6, GSM1: Pre-initializing modem 2010-07-04 09:29:01,7, GSM1: -> ATE0+CMEE=1 2010-07-04 09:29:01,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:01,7, GSM1: <- OK 2010-07-04 09:29:01,6, GSM1: Initializing modem 2010-07-04 09:29:01,7, GSM1: -> AT+CPMS="SM" 2010-07-04 09:29:01,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:01,7, GSM1: <- +CPMS: 0,50,0,0,0,0 OK 2010-07-04 09:29:01,7, GSM1: -> AT+CSQ 2010-07-04 09:29:01,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:02,7, GSM1: <- +CSQ: 6,99 OK 2010-07-04 09:29:02,6, GSM1: Signal Strength Indicator: (6,99) -101 dBm, Bit Error Rate: not known or not detectable 2010-07-04 09:29:02,6, GSM1: Checking if Modem is registered to the network 2010-07-04 09:29:02,7, GSM1: -> AT+CREG? 2010-07-04 09:29:02,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:02,7, GSM1: <- +CREG: 2,1, 9D6D, 1930F3D OK 2010-07-04 09:29:02,6, GSM1: Modem is registered to the network 2010-07-04 09:29:02,6, GSM1: Selecting PDU mode 2010-07-04 09:29:02,7, GSM1: -> AT+CMGF=0 2010-07-04 09:29:02,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:02,7, GSM1: <- OK 2010-07-04 09:29:02,6, GSM1: Checking memory size 2010-07-04 09:29:03,7, GSM1: -> AT+CPMS? 2010-07-04 09:29:03,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:03,7, GSM1: <- +CPMS: "SM",0,50,"ME",0,0,"ME",0,0 OK 2010-07-04 09:29:03,6, GSM1: Used memory is 0 of 50 2010-07-04 09:29:03,6, GSM1: No SMS received 2010-07-04 09:29:06,6, GSM1: Checking device for incoming SMS 2010-07-04 09:29:06,6, GSM1: Checking if modem is ready 2010-07-04 09:29:06,7, GSM1: -> AT 2010-07-04 09:29:06,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:06,7, GSM1: <- OK 2010-07-04 09:29:06,6, GSM1: Pre-initializing modem 2010-07-04 09:29:07,7, GSM1: -> ATE0+CMEE=1 2010-07-04 09:29:07,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:07,7, GSM1: <- OK 2010-07-04 09:29:07,6, GSM1: Initializing modem 2010-07-04 09:29:07,7, GSM1: -> AT+CPMS="SM" 2010-07-04 09:29:07,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:07,7, GSM1: <- +CPMS: 0,50,0,0,0,0 OK 2010-07-04 09:29:08,7, GSM1: -> AT+CSQ 2010-07-04 09:29:08,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:08,7, GSM1: <- +CSQ: 6,99 OK 2010-07-04 09:29:08,6, GSM1: Signal Strength Indicator: (6,99) -101 dBm, Bit Error Rate: not known or not detectable 2010-07-04 09:29:08,6, GSM1: Checking if Modem is registered to the network 2010-07-04 09:29:08,7, GSM1: -> AT+CREG? 2010-07-04 09:29:08,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:08,7, GSM1: <- +CREG: 2,1, 9D6D, 1930F3D OK 2010-07-04 09:29:08,6, GSM1: Modem is registered to the network 2010-07-04 09:29:08,6, GSM1: Selecting PDU mode 2010-07-04 09:29:08,7, GSM1: -> AT+CMGF=0 2010-07-04 09:29:08,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:09,7, GSM1: <- OK 2010-07-04 09:29:09,6, GSM1: Checking memory size 2010-07-04 09:29:09,7, GSM1: -> AT+CPMS? 2010-07-04 09:29:09,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:09,7, GSM1: <- +CPMS: "SM",0,50,"ME",0,0,"ME",0,0 OK 2010-07-04 09:29:09,6, GSM1: Used memory is 0 of 50 2010-07-04 09:29:09,6, GSM1: No SMS received 2010-07-04 09:29:12,6, GSM1: Checking device for incoming SMS 2010-07-04 09:29:12,6, GSM1: Checking if modem is ready 2010-07-04 09:29:12,7, GSM1: -> AT 2010-07-04 09:29:12,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:12,7, GSM1: <- OK 2010-07-04 09:29:12,6, GSM1: Pre-initializing modem 2010-07-04 09:29:13,7, GSM1: -> ATE0+CMEE=1 2010-07-04 09:29:13,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:13,7, GSM1: <- OK 2010-07-04 09:29:13,6, GSM1: Initializing modem 2010-07-04 09:29:13,7, GSM1: -> AT+CPMS="SM" 2010-07-04 09:29:13,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:13,7, GSM1: <- +CPMS: 0,50,0,0,0,0 OK 2010-07-04 09:29:14,7, GSM1: -> AT+CSQ 2010-07-04 09:29:14,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:14,7, GSM1: <- +CSQ: 6,99 OK 2010-07-04 09:29:14,6, GSM1: Signal Strength Indicator: (6,99) -101 dBm, Bit Error Rate: not known or not detectable 2010-07-04 09:29:14,6, GSM1: Checking if Modem is registered to the network 2010-07-04 09:29:14,7, GSM1: -> AT+CREG? 2010-07-04 09:29:14,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:14,7, GSM1: <- +CREG: 2,1, 9D6D, 1930F3D OK 2010-07-04 09:29:14,6, GSM1: Modem is registered to the network 2010-07-04 09:29:14,6, GSM1: Selecting PDU mode 2010-07-04 09:29:15,7, GSM1: -> AT+CMGF=0 2010-07-04 09:29:15,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:15,7, GSM1: <- OK 2010-07-04 09:29:15,6, GSM1: Checking memory size 2010-07-04 09:29:15,7, GSM1: -> AT+CPMS? 2010-07-04 09:29:15,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:15,7, GSM1: <- +CPMS: "SM",0,50,"ME",0,0,"ME",0,0 OK 2010-07-04 09:29:15,6, GSM1: Used memory is 0 of 50 2010-07-04 09:29:15,6, GSM1: No SMS received 2010-07-04 09:29:18,6, GSM1: Checking device for incoming SMS 2010-07-04 09:29:18,6, GSM1: Checking if modem is ready 2010-07-04 09:29:18,3, GSM1: Unexpected input: ^BOOT:20194955,0,0,0,99 2010-07-04 09:29:18,7, GSM1: -> AT 2010-07-04 09:29:18,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:19,7, GSM1: <- OK 2010-07-04 09:29:19,6, GSM1: Pre-initializing modem 2010-07-04 09:29:19,7, GSM1: -> ATE0+CMEE=1 2010-07-04 09:29:19,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:19,7, GSM1: <- OK 2010-07-04 09:29:19,6, GSM1: Initializing modem 2010-07-04 09:29:19,7, GSM1: -> AT+CPMS="SM" 2010-07-04 09:29:19,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:20,7, GSM1: <- +CPMS: 0,50,0,0,0,0 OK 2010-07-04 09:29:20,7, GSM1: -> AT+CSQ 2010-07-04 09:29:20,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:20,7, GSM1: <- +CSQ: 6,99 OK 2010-07-04 09:29:20,6, GSM1: Signal Strength Indicator: (6,99) -101 dBm, Bit Error Rate: not known or not detectable 2010-07-04 09:29:20,6, GSM1: Checking if Modem is registered to the network 2010-07-04 09:29:20,7, GSM1: -> AT+CREG? 2010-07-04 09:29:20,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:20,7, GSM1: <- +CREG: 2,1, 9D6D, 1930F3D OK 2010-07-04 09:29:20,6, GSM1: Modem is registered to the network 2010-07-04 09:29:20,6, GSM1: Selecting PDU mode 2010-07-04 09:29:21,7, GSM1: -> AT+CMGF=0 2010-07-04 09:29:21,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:21,7, GSM1: <- OK 2010-07-04 09:29:21,6, GSM1: Checking memory size 2010-07-04 09:29:21,7, GSM1: -> AT+CPMS? 2010-07-04 09:29:21,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:21,7, GSM1: <- +CPMS: "SM",0,50,"ME",0,0,"ME",0,0 OK 2010-07-04 09:29:21,6, GSM1: Used memory is 0 of 50 2010-07-04 09:29:21,6, GSM1: No SMS received 2010-07-04 09:29:24,6, GSM1: Checking device for incoming SMS 2010-07-04 09:29:24,6, GSM1: Checking if modem is ready 2010-07-04 09:29:25,7, GSM1: -> AT 2010-07-04 09:29:25,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:25,7, GSM1: <- OK 2010-07-04 09:29:25,6, GSM1: Pre-initializing modem 2010-07-04 09:29:25,7, GSM1: -> ATE0+CMEE=1 2010-07-04 09:29:25,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:25,7, GSM1: <- OK 2010-07-04 09:29:25,6, GSM1: Initializing modem 2010-07-04 09:29:25,7, GSM1: -> AT+CPMS="SM" 2010-07-04 09:29:25,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:26,7, GSM1: <- +CPMS: 0,50,0,0,0,0 OK 2010-07-04 09:29:26,7, GSM1: -> AT+CSQ 2010-07-04 09:29:26,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:26,7, GSM1: <- +CSQ: 6,99 OK 2010-07-04 09:29:26,6, GSM1: Signal Strength Indicator: (6,99) -101 dBm, Bit Error Rate: not known or not detectable 2010-07-04 09:29:26,6, GSM1: Checking if Modem is registered to the network 2010-07-04 09:29:26,7, GSM1: -> AT+CREG? 2010-07-04 09:29:26,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:26,7, GSM1: <- +CREG: 2,1, 9D6D, 1930F3D OK 2010-07-04 09:29:26,6, GSM1: Modem is registered to the network 2010-07-04 09:29:26,6, GSM1: Selecting PDU mode 2010-07-04 09:29:27,7, GSM1: -> AT+CMGF=0 2010-07-04 09:29:27,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:27,7, GSM1: <- OK 2010-07-04 09:29:27,6, GSM1: Checking memory size 2010-07-04 09:29:27,7, GSM1: -> AT+CPMS? 2010-07-04 09:29:27,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:27,7, GSM1: <- +CPMS: "SM",0,50,"ME",0,0,"ME",0,0 OK 2010-07-04 09:29:27,6, GSM1: Used memory is 0 of 50 2010-07-04 09:29:27,6, GSM1: No SMS received 2010-07-04 09:29:30,6, GSM1: Checking device for incoming SMS 2010-07-04 09:29:30,6, GSM1: Checking if modem is ready 2010-07-04 09:29:31,3, GSM1: Unexpected input: +CREG: 1, 9D6D, 1930BBB +CGREG: 1, 9D6D, 1930BBB 2010-07-04 09:29:31,7, GSM1: -> AT 2010-07-04 09:29:31,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:31,7, GSM1: <- OK 2010-07-04 09:29:31,6, GSM1: Pre-initializing modem 2010-07-04 09:29:31,7, GSM1: -> ATE0+CMEE=1 2010-07-04 09:29:31,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:31,7, GSM1: <- OK 2010-07-04 09:29:31,6, GSM1: Initializing modem 2010-07-04 09:29:31,7, GSM1: -> AT+CPMS="SM" 2010-07-04 09:29:31,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:32,7, GSM1: <- +CPMS: 0,50,0,0,0,0 OK 2010-07-04 09:29:32,7, GSM1: -> AT+CSQ 2010-07-04 09:29:32,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:32,7, GSM1: <- +CSQ: 6,99 OK 2010-07-04 09:29:32,6, GSM1: Signal Strength Indicator: (6,99) -101 dBm, Bit Error Rate: not known or not detectable 2010-07-04 09:29:32,6, GSM1: Checking if Modem is registered to the network 2010-07-04 09:29:32,7, GSM1: -> AT+CREG? 2010-07-04 09:29:32,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:33,7, GSM1: <- +CREG: 2,1, 9D6D, 1930BBB OK 2010-07-04 09:29:33,6, GSM1: Modem is registered to the network 2010-07-04 09:29:33,6, GSM1: Selecting PDU mode 2010-07-04 09:29:33,7, GSM1: -> AT+CMGF=0 2010-07-04 09:29:33,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:33,7, GSM1: <- OK 2010-07-04 09:29:33,6, GSM1: Checking memory size 2010-07-04 09:29:33,7, GSM1: -> AT+CPMS? 2010-07-04 09:29:33,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:33,7, GSM1: <- +CPMS: "SM",0,50,"ME",0,0,"ME",0,0 OK 2010-07-04 09:29:33,6, GSM1: Used memory is 0 of 50 2010-07-04 09:29:33,6, GSM1: No SMS received 2010-07-04 09:29:35,5, smsd: Moved file /var/spool/sms/outgoing/send_dFlQs2 to /var/spool/sms/checked 2010-07-04 09:29:35,6, GSM1: I have to send 1 short message for /var/spool/sms/checked/send_dFlQs2 2010-07-04 09:29:35,6, GSM1: Sending SMS from to 4542500212 2010-07-04 09:29:35,6, GSM1: Checking if modem is ready 2010-07-04 09:29:35,7, GSM1: -> AT 2010-07-04 09:29:35,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:35,7, GSM1: <- OK 2010-07-04 09:29:35,6, GSM1: Pre-initializing modem 2010-07-04 09:29:36,7, GSM1: -> ATE0+CMEE=1 2010-07-04 09:29:36,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:36,7, GSM1: <- OK 2010-07-04 09:29:36,6, GSM1: Initializing modem 2010-07-04 09:29:36,7, GSM1: -> AT+CPMS="SM" 2010-07-04 09:29:36,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:36,7, GSM1: <- +CPMS: 0,50,0,0,0,0 OK 2010-07-04 09:29:36,7, GSM1: -> AT+CSQ 2010-07-04 09:29:36,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:37,7, GSM1: <- +CSQ: 6,99 OK 2010-07-04 09:29:37,6, GSM1: Signal Strength Indicator: (6,99) -101 dBm, Bit Error Rate: not known or not detectable 2010-07-04 09:29:37,6, GSM1: Checking if Modem is registered to the network 2010-07-04 09:29:37,7, GSM1: -> AT+CREG? 2010-07-04 09:29:37,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:37,7, GSM1: <- +CREG: 2,1, 9D6D, 1930BBB OK 2010-07-04 09:29:37,6, GSM1: Modem is registered to the network 2010-07-04 09:29:37,6, GSM1: Selecting PDU mode 2010-07-04 09:29:37,7, GSM1: -> AT+CMGF=0 2010-07-04 09:29:37,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:38,7, GSM1: <- OK 2010-07-04 09:29:38,7, GSM1: -> AT+CMGS=17 2010-07-04 09:29:38,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:38,7, GSM1: <- > 2010-07-04 09:29:38,7, GSM1: -> 0011000A9154240520210000FF04F4F29C0E. 2010-07-04 09:29:38,7, GSM1: Command is sent, waiting for the answer 2010-07-04 09:29:38,7, GSM1: <- +CMS ERROR: 330 (SMSC address unknown) 2010-07-04 09:29:38,3, GSM1: The modem answer was not OK: +CMS ERROR: 330 (SMSC address unknown) 2010-07-04 09:29:38,5, GSM1: Waiting 10 sec. before retrying (Previous topic was this, Sun May 30, 2010 13:15, 4 weeks ago.)
cookman: I upgraded to Fedora 13 (completely new installation) and to SMS Server Tools 3.1.5 (included i this distribution as standard) and now everything works perfectly :D The problem I had was clearly related to my fedora 12 installation and configuration which I suspected.
cookman: Changed the smsd.conf as you told me. The problem still retains. 2010-05-30 19:42:16,6, GSM1: Checking if modem is ready 2010-05-30 19:42:16,7, GSM1: -> AT 2010-05-30 19:42:16,7, GSM1: Command is sent, waiting for the answer 2010-05-30 19:42:16,7, GSM1: <- AT OK 2010-05-30 19:42:16,6, GSM1: Initializing modem 2010-05-30 19:42:16,7, GSM1: -> ATE1+CMEE=1 2010-05-30 19:42:16,7, GSM1: Command is sent, waiting for the answer 2010-05-30 19:42:17,7, GSM1: <- ATE1+CMEE=1 OK 2010-05-30 19:42:17,6, GSM1: Checking if Modem is registered to the network 2010-05-30 19:42:17,7, GSM1: -> AT+CREG? 2010-05-30 19:42:17,7, GSM1: Command is sent, waiting for the answer 2010-05-30 19:42:17,7, GSM1: <- AT+CREG? +CREG: 2,1, 9D6D, 1930BBB OK 2010-05-30 19:42:17,6, GSM1: Modem is registered to the network 2010-05-30 19:42:17,6, GSM1: Selecting PDU mode 2010-05-30 19:42:17,7, GSM1: -> AT+CMGF=0 2010-05-30 19:42:17,7, GSM1: Command is sent, waiting for the answer 2010-05-30 19:42:17,7, GSM1: <- AT+CMGF=0 OK 2010-05-30 19:42:17,7, GSM1: -> AT+CMGS=18 2010-05-30 19:42:17,7, GSM1: Command is sent, waiting for the answer 2010-05-30 19:42:17,7, GSM1: <- AT+CMGS=18 > 2010-05-30 19:42:17,7, GSM1: -> 0011000A9154040383730000FF05E8329BFD06 2010-05-30 19:42:17,7, GSM1: Command is sent, waiting for the answer 2010-05-30 19:42:18,7, GSM1: <- 0011000A9154040383730000FF05E8329BFD06 +CMS ERROR: 330 2010-05-30 19:42:18,7, GSM1: Explanation: SMSC address unknown 2010-05-30 19:42:18,3, GSM1: The modem said ERROR or did not answer. 2010-05-30 19:42:18,5, GSM1: Waiting 10 sec. before retrying
cookman: The error I got was on the CSCA command, and not when I tried to send a message. I have tried to set the baudrate to 19200 but no good results. I also tried to without PIN on the SIM card but then SMS Server tools got on error when asking for the PIN and aborted. I also changed the PDU encoding from Automatic to GSM (ETSI) but no change.
cookman: Yes, the destination number is correct. I can send SMS if I insert the SIM card in my SE X1 and also with the Windows PC client. The AT+CSCA? command in Windows gives the following answer: 17:00:17_500 | 64 | 02 | SmsThread | 0x00000840 | ace::SerialString::Read | Read: AT+CSCA? +CSCA: "+4531300000",145 So the problem is somehow Fedora 12 linux related.
cookman: Operating system name and version: Fedora 12 linux Version of smsd: 3.1.3 Smsd installed from: package repository Name and model of a modem / phone: Huawei E182E HSDPA dongle Interface: USB When running SMS Server Tools 3.1.3 I get the following error log when trying to send an SMS message (reception of messages works fine): 2010-05-30 14:44:51,7, GSM1: <- OK 2010-05-30 14:44:51,6, GSM1: Pre-initializing modem 2010-05-30 14:44:51,7, GSM1: -> ATE0+CMEE=1 2010-05-30 14:44:51,7, GSM1: Command is sent, waiting for the answer 2010-05-30 14:44:51,7, GSM1: <- OK 2010-05-30 14:44:51,6, GSM1: Checking if Modem is registered to the network 2010-05-30 14:44:51,7, GSM1: -> AT+CREG? 2010-05-30 14:44:51,7, GSM1: Command is sent, waiting for the answer 2010-05-30 14:44:52,7, GSM1: <- +CREG: 2,1, 9D6D, 1930F34 OK 2010-05-30 14:44:52,6, GSM1: Modem is registered to the network 2010-05-30 14:44:52,6, GSM1: Selecting PDU mode 2010-05-30 14:44:52,7, GSM1: -> AT+CMGF=0 2010-05-30 14:44:52,7, GSM1: Command is sent, waiting for the answer 2010-05-30 14:44:52,7, GSM1: <- OK 2010-05-30 14:44:52,7, GSM1: -> AT+CMGS=18 2010-05-30 14:44:52,7, GSM1: Command is sent, waiting for the answer 2010-05-30 14:44:52,7, GSM1: <- > 2010-05-30 14:44:52,7, GSM1: -> 0011000A9154040383730000FF05E8329BFD06 2010-05-30 14:44:52,7, GSM1: Command is sent, waiting for the answer 2010-05-30 14:44:52,7, GSM1: <- +CMS ERROR: 330 2010-05-30 14:44:52,7, GSM1: Explanation: SMSC address unknown 2010-05-30 14:44:52,3, GSM1: The modem said ERROR or did not answer. 2010-05-30 14:44:52,5, GSM1: Waiting 10 sec. before retrying My configuration of smsd looks like this: [root@localhost incoming]# cat /etc/smsd.conf # Example smsd.conf. Read the manual for a description devices=GSM1 incoming=/var/spool/sms/incoming outgoing=/var/spool/sms/outgoing checked=/var/spool/sms/checked sent=/var/spool/sms/sent logfile=/var/log/smsd.log delaytime=3 loglevel =7 [GSM1] device=/dev/ttyUSB3 pre_init=yes #init=AT+CPMS="SM" #init2=AT+CSCA="+4531300000" incoming=yes outgoing=yes memory_start=0 baudrate=115200 #baudrate=19200 rtscts=yes send_delay=1 cs_convert=yes sending_disabled=no modem_disabled=no mode=new #smsc=4531300000 I have tried to set the SMSC address but get an ERROR on that as well. The strange thing is that it worked fine a few few moths ago??? I would appreciate your kind help in this issue?

Page:  1

SMSTools3 Community » Search Top

 
Time in this board is UTC.  

Privacy Policy   SMS Server Tools 3 Copyright © Keijo Kasvi.