<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<span><b>From:</b> Markus Ebeling <a class="moz-txt-link-rfc2396E" href="mailto:markus.ebeling@maxtech.fi">&lt;markus.ebeling@maxtech.fi&gt;</a><b><br>
</b></span>
<blockquote cite="mid:48907B16.9020905@maxtech.fi" type="cite">I'm
having a problem receiving messages with Kannel + Huawei E169 +
  <br>
Ubuntu 8.04.1. Sending works perfectly but nothing happens when I send
a
  <br>
message back to the server's modem. Not a single line appears to log
  <br>
when a message arrives.
  <br>
  <br>
Does receiving messages work with Huawei modems (is this a
configuration
  <br>
problem) or should I change to Nokia phone instead?
  <br>
  <br>
Here's my kannel.conf
  <br>
  <br>
group = smsc
  <br>
smsc = at
  <br>
modemtype = auto
  <br>
device = /dev/ttyUSB0
  <br>
connect-allow-ip = 127.0.0.1
  <br>
log-level = 0
  <br>
  <br>
</blockquote>
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.<br>
<br>
#---------------------------------------------<br>
# SMSC CONNECTIONS<br>
#<br>
group = smsc<br>
smsc = at<br>
smsc-id = Huawei-E220-00<br>
port = 10000<br>
modemtype = huawei_e220_00<br>
device = /dev/ttyUSB0<br>
sms-center = +9477ccccccc<br>
my-number = +9477xxxxxxx<br>
connect-allow-ip = "127.0.0.1;192.168.n.m"<br>
sim-buffering = true<br>
keepalive = 5<br>
<br>
#---------------------------------------------<br>
# MODEMS<br>
#<br>
group = modems<br>
id = huawei_e220_00<br>
name = "Huawei E220"<br>
detect-string = "huawei"<br>
init-string = "ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0"<br>
message-storage = "SM"<br>
need-sleep = true<br>
speed = 460800<br>
<br>
Lasantha.
</body>
</html>