Message receiving problem with Huawei E169

Lasantha Marian x72m35 at gmail.com
Tue Aug 5 06:29:48 CEST 2008


*From:* Markus Ebeling <markus.ebeling at maxtech.fi>*
*
> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.kannel.org/pipermail/users/attachments/20080805/9932c842/attachment.html 


More information about the users mailing list