*From:* Markus Ebeling <[EMAIL PROTECTED]>*
*
I'm having a problem receiving messages with Kannel + Huawei E169 +
Ubuntu 8.04.1. Sending works perfectly but nothing happens when I send a
message back to the server's modem. Not a single line appears to log
when a message arrives.

Does receiving messages work with Huawei modems (is this a configuration
problem) or should I change to Nokia phone instead?

Here's my kannel.conf

group = smsc
smsc = at
modemtype = auto
device = /dev/ttyUSB0
connect-allow-ip = 127.0.0.1
log-level = 0

Perhaps you should look at the following and adjust your configuration accordingly. I do use Huawei E220 and it works fine for me with following configuration.

#---------------------------------------------
# SMSC CONNECTIONS
#
group = smsc
smsc = at
smsc-id = Huawei-E220-00
port = 10000
modemtype = huawei_e220_00
device = /dev/ttyUSB0
sms-center = +9477ccccccc
my-number = +9477xxxxxxx
connect-allow-ip = "127.0.0.1;192.168.n.m"
sim-buffering = true
keepalive = 5

#---------------------------------------------
# MODEMS
#
group = modems
id = huawei_e220_00
name = "Huawei E220"
detect-string = "huawei"
init-string = "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0"
message-storage = "SM"
need-sleep = true
speed = 460800

Lasantha.

Reply via email to