Hi all,

I'm using kannel with a Siemens TC35i.
When i send an SMS (by accessing /cgi-bin/sendsms) kannel tells me that the sms is send but it never reaches my phone.
My guess is that it never leaves kannel / the sms modem
I think my init-string is not the good one. can someone tell me what init-string to use with the TC35i?

By the way bearerbox.log is telling me this:
2007-12-04 17:18:03 [22068] [6] INFO: AT2[Siemens]: opening device
2007-12-04 17:18:03 [22068] [6] DEBUG: AT2[Siemens]: device opened
2007-12-04 17:18:03 [22068] [6] DEBUG: AT2[Siemens]: device opened
2007-12-04 17:18:03 [22068] [6] INFO: AT2[Siemens]: init device
2007-12-04 17:18:03 [22068] [6] INFO: AT2[Siemens]: speed set to 9600
2007-12-04 17:18:03 [22068] [6] DEBUG: AT2[Siemens]: --> ATZ^M
2007-12-04 17:18:03 [22068] [7] DEBUG: Thread 7 (gw/bb_smscconn.c:sms_router) maps to pid 22068.
2007-12-04 17:18:03 [22068] [7] DEBUG: sms_router: time to sleep
2007-12-04 17:18:03 [22068] [7] DEBUG: sms_router: gwlist_len = 0

does that mean the modem isnt initialized at all?

my kannel.conf:

group = smsc
smsc = at
smsc-id = "Siemens"
modemtype = siemens_tc35i
#modemtype = auto
device = /dev/ttyS0
#06-55164669
speed = 9600
pin = 0000

group = modems
id = siemens_tc35i
name = "Siemens TC35i"
detect-string = "SIEMENS"
detect-string2 = "TC35"
init-string = "ATEO+CNMI=1,2,0,0,1;+CMEE=1"
speed = 9600
enable-hwhs = "AT\\Q3"
need-sleep = false

Hope someone can help me with this one, i realy need to send SMS's to the world

Robert

--


Reply via email to