You should use the at2 module. I use it with a 7110 quite successfully,
though I had to patch smsc_at2.c to set the bit rate to 19200. If you
use linux, try to talk to the phone with minicom. If you type something
in the terminal, it should echo back everything, and with an "ATI"
command the phone should respond something like "Nokia Phone". 

- Anders

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Ilari Mikkonen
Sent: 15. tammikuuta 2002 19:15
To: [EMAIL PROTECTED]
Subject: SMSC connection failing


I'm runnin Linux box and trying to use Nokia 6210 as SMSC. When I try to
start bearerbox it panics (with fakesmsc all is fine). It says:
2002-01-15 20:08:34 [0] INFO: Kannel bearerbox II version 1.0.3 starting
2002-01-15 20:08:34 [0] DEBUG: Started thread 1
(gw/bb_http.c:httpadmin_run) 2002-01-15 20:08:34 [1] DEBUG: HTTP:
Creating a new server socket <13000>. 2002-01-15 20:08:44 [0] PANIC:
Cannot start with SMSC connection failing

My configuration file is:

group = core
admin-port = 13000
wapbox-port = 13002
smsbox-port = 13004
admin-password = xxx
wdp-interface-name = "*"
log-file = "/etc/kannel/kannel.log"
log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1;192.168.*.*"

group = wapbox
bearerbox-host = "192.168.100.23"  
log-file = "/etc/kannel/wapbox.log"
log-level = 0

group = smsc
smsc-id = modem
smsc = at
modemtype = nokiaphone
device = /dev/ttyS0

#group = smsc
#smsc = fake
#host = "192.168.100.23"
#port = 10000

group = smsbox
bearerbox-host = "192.168.100.23"
sendsms-port = 13004
log-file = "/etc/kannel/smsbox.log"

group = sms-service
keyword = keyword
text = "sms-service" 

group = sendsms-user
username = username
password = password

What gives? is it 6210 not working as SMSC?

thanks,

ilari





Reply via email to