Hi, Please post bb logs for modem initialization at maximum detail.
BR, Nikos ----- Original Message ----- From: BiffSocko To: [email protected] Sent: Thursday, March 18, 2010 10:38 PM Subject: The Ol' tc35 GSM Modem Hi, I've been having some difficulties getting my tc35 gsm modem to work with Kannel. I was hoping to get a bit of guidance. The TC35 modem is being used with a serial to usb converter cable. >From my /var/log/messages, it appears to be found: Mar 18 12:41:15 localhost kernel: usb 2-1: new full speed USB device using uhci_hcd and address 3 Mar 18 12:41:15 localhost kernel: usb 2-1: New USB device found, idVendor=05ad, idProduct=0fba Mar 18 12:41:15 localhost kernel: usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 Mar 18 12:41:15 localhost kernel: usb 2-1: Product: USB-Serial Controller Mar 18 12:41:15 localhost kernel: usb 2-1: Manufacturer: Prolific Technology Inc. Mar 18 12:41:15 localhost kernel: usb 2-1: configuration #1 chosen from 1 choice Mar 18 12:41:15 localhost kernel: pl2303 2-1:1.0: pl2303 converter detected Mar 18 12:41:15 localhost kernel: usb 2-1: pl2303 converter now attached to ttyUSB0 These are the messages I get from starting smsbox and bearerbox: ================================================== Starting Bearerbox ================================================== 2010-03-18 16:30:24 [4479] [0] INFO: Debug_lvl = 1, log_file = <none>, log_lvl = 0 2010-03-18 16:30:24 [4479] [0] WARNING: DLR: using default 'internal' for storage type. 2010-03-18 16:30:24 [4479] [0] INFO: DLR using storage type: internal 2010-03-18 16:30:24 [4479] [0] INFO: Added logfile `/var/log/kannel/kannel.log' with level `0'. 2010-03-18 16:30:24 [4479] [0] INFO: Started access logfile `/var/log/kannel/access.log'. 2010-03-18 16:30:24 [4479] [0] WARNING: 'store-file' option deprecated, please use 'store-location' and 'store-type' instead. 2010-03-18 16:30:24 [4479] [0] INFO: HTTP: Opening server at port 13000. 2010-03-18 16:30:24 [4479] [0] INFO: BOXC: 'smsbox-max-pending' not set, using default (100). 2010-03-18 16:30:24 [4479] [0] INFO: Set SMS resend frequency to 60 seconds. 2010-03-18 16:30:24 [4479] [0] INFO: SMS resend retry set to unlimited. 2010-03-18 16:30:24 [4479] [0] INFO: DLR rerouting for smsc id <T35> disabled. 2010-03-18 16:30:24 [4479] [0] INFO: AT2[T35]: configuration shows modemtype <siemens_tc35> 2010-03-18 16:30:24 [4479] [0] INFO: AT2[T35]: read modem definition for <Siemens TC35> 2010-03-18 16:30:24 [4479] [6] INFO: AT2[T35]: opening device 2010-03-18 16:30:24 [4479] [0] INFO: ---------------------------------------- 2010-03-18 16:30:24 [4479] [0] INFO: Kannel bearerbox II version 1.4.3 starting 2010-03-18 16:30:24 [4479] [0] INFO: Loading store file `/var/log/kannel/kannel.store' 2010-03-18 16:30:24 [4479] [0] INFO: Store-file size 0, starting to unpack 2010-03-18 16:30:24 [4479] [0] INFO: Retrieved 0 messages, non-acknowledged messages: 0 2010-03-18 16:30:24 [4479] [0] INFO: MAIN: Start-up done, entering mainloop 2010-03-18 16:30:25 [4479] [6] INFO: AT2[T35]: Logging in 2010-03-18 16:30:25 [4479] [6] INFO: AT2[T35]: init device 2010-03-18 16:30:25 [4479] [6] INFO: AT2[T35]: speed set to 9600 ================================================== Starting smsbox ================================================== [r...@localhost etc]# 2010-03-18 16:30:27 [4489] [0] INFO: Debug_lvl = 1, log_file = <none>, log_lvl = 0 2010-03-18 16:30:27 [4489] [0] INFO: Starting to log to file /var/log/kannel/smsbox.log level 0 2010-03-18 16:30:27 [4489] [0] INFO: Added logfile `/var/log/kannel/smsbox.log' with level `0'. 2010-03-18 16:30:27 [4489] [0] INFO: Service global sender set as '13013' 2010-03-18 16:30:27 [4489] [0] INFO: Logging accesses to '/var/log/kannel/access.log'. 2010-03-18 16:30:27 [4489] [0] INFO: Started access logfile `/var/log/kannel/access.log'. 2010-03-18 16:30:27 [4489] [0] INFO: HTTP: Opening server at port 13013. 2010-03-18 16:30:27 [4489] [0] INFO: Set up send sms service at port 13013 2010-03-18 16:30:27 [4479] [5] INFO: Client connected from <127.0.0.1> 2010-03-18 16:30:27 [4489] [0] INFO: Connected to bearerbox at localhost port 13001. 2010-03-18 16:30:29 [4479] [6] ERROR: AT2[T35]: Wrong or no answer to ATZ, ignoring 2010-03-18 16:30:33 [4479] [6] ERROR: AT2[T35]: Wrong or no answer to AT. Trying again 2010-03-18 16:30:37 [4479] [6] ERROR: AT2[T35]: Second attempt to send AT failed 2010-03-18 16:30:37 [4479] [6] ERROR: AT2[T35]: Initialization of device failed. 2010-03-18 16:30:37 [4479] [6] INFO: AT2[T35]: Closing device 2010-03-18 16:30:37 [4479] [6] ERROR: AT2[T35]: Couldn't connect (retrying in 10 seconds). Here is my Kannel.conf file: group = core admin-port = 13000 smsbox-port = 13001 admin-password = bar status-password = foo #admin-deny-ip = "" #admin-allow-ip = "" log-file = "/var/log/kannel/kannel.log" #log-level = 0 box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" unified-prefix = "+39,0039,39" access-log = "/var/log/kannel/access.log" store-file = "/var/log/kannel/kannel.store" #ssl-certkey-file = "mycertandprivkeyfile.pem" # SMSC CONNECTIONS group = smsc smsc = at smsc-id = T35 modemtype = siemens_tc35 pin = 8508 device = /dev/ttyUSB0 speed = 9600 group = modems id = siemens_tc35 name = "Siemens TC35" detect-string = "SIEMENS" detect-string2 = "TC35" init-string = "AT+CNMI=1,2,0,1,1" speed = 19200 enable-hwhs = "AT\\Q3" need-sleep = true # SMSBOX SETUP group = smsbox bearerbox-host = localhost sendsms-port = 13013 global-sender = 13013 log-file = "/var/log/kannel/smsbox.log" #log-level = 0 access-log = "/var/log/kannel/access.log" # SEND-SMS USERS group = sendsms-user username = root password = ciccio forced-smsc = T35 user-deny-ip = "10.10.10.1" user-allow-ip = "*.*.*.*" #user-deny-ip = "" #user-allow-ip = "" # SERVICES group = sms-service keyword = nop text = "You asked nothing and I did it!" # this service is for Kannel relay testing, when this Kannel # works as relay gateway #group = sms-service #keyword = relay #get-url = "http://localhost:15130/sms?user=kannel&pass=rL4y&from=%p&to=%P&text=%r"; #max-messages = 0 # there should be default always group = sms-service keyword = default text = "No service specified" Any help would be appreciated. -- ================================================================================== Tom Murphy (Biff) "The ash of stellar alchemy was now emerging into consciousness. At an ever-accelerating pace, it invented writing, cities, art and science, and sent spaceships to the planets and the stars. These are some of the things that hydrogen atoms do, given fifteen billion years of cosmic evolution." - Dr. Carl Sagan ==================================================================================
