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 = core
admin-port = 13000
smsbox-port = 13001
admin-password = bar
log-file = "/var/log/kannel/bearerbox.log"
log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
sms-resend-freq = 3
group = smsc
smsc = at
modemtype = auto
device = /dev/ttyUSB0
connect-allow-ip = 127.0.0.1
log-level = 0
group = smsbox
bearerbox-host = 127.0.0.1
sendsms-port = 13013
global-sender = "+358401234567"
log-level = 0
log-file = "/var/log/kannel/smsbox.log"
group = sendsms-user
username = kanneluser
password = password
concatenation = true
max-messages = 100
# SMS SERVICE 'default'
group = sms-service
keyword = nop
text = "You asked nothing and I did it!"
catch-all = true
include = /etc/kannel/modems.conf
--
Markus Ebeling