I have tried seweral modems (Premicell, 6210, Wavecom) and both the development versions (1.1.5) and stable version of Kannel (1.0.3). Right now i use kannel 1.0.3 and wavecom. It works fine with a few messages, but just 4-5 messages with 3 seconds between each, from a phone, i get a "status -1" in the logfile. Each message send a single message back with the http interface. It seems to receive messages fine, but it often fails when sending. Kannel 1.1.5 have almost the same problems, except it tries 3 times, all with a status -1. The best combination i have tried is with the 6210 and kannel 1.1.5, with few timing modification by Paul Keogh. I use Debian 2.2 Potato. My kannel.conf look like this: group = core admin-port = 13000 admin-password = xxxxx admin-deny-ip = "*.*.*.*" admin-allow-ip = "x.y.z.v" smsbox-port = 13003 log-file = "/var/log/kannel/bearerbox.log" access-log = "/var/log/kannel/access.log" #store-file = "/var/log/kannel/storefile" box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" group = smsc smsc = at modemtype = wavecom device=/dev/ttyS1 group = sendsms-user username = send password = xxx group = smsbox bearerbox-host = localhost access-log = "/var/log/kannel/smsbox.log" sendsms-port = 13005 group = sms-service keyword = default text = "Do nothing" #catch-all = true max-messages = 0 group = sms-service keyword = joke aliases = jok;jokes url = "http://localhost/joke.php?telefon=%p&besked=%a&tid=%t" max-messages = 0
