Hi, I am using the stable version of Kannel 1.0.3 on Redhat 6.2. I have been able to setup Nokia 6210 as the SMSC and successfully start bearer box and smsbox. But when I send an sms using the sendsms URL, bearer box tries to send it but returns with status -1. I am sending a simple "Hello world" message to my own phone number.
What could be wrong? Attached below is the kannel.conf Regards, Srinivasa G group = core admin-port = 13000 smsbox-port = 13001 admin-password = bar log-file = "/tmp/kannel.log" log-level = 0 box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" #admin-deny-ip = "" #admin-allow-ip = "" unified-prefix = "00971,50" #access-log = "access.log" http-proxy-host = "10.0.0.5" http-proxy-port = 80 group = smsc smsc-id = A smsc = at modemtype = nokiaphone device = /dev/ttyS0 host = localhost port = 10000 #group = smsc #smsc = fake #host = localhost #port = 10000 group = smsbox bearerbox-host = localhost sendsms-port = 13026 sendsms-port = 13026 global-sender = 254 #sendsms-chars = "0123456789 +-" log-file = "/tmp/smsbox.log" log-level = 0 #access-log = "access.log" group = sms-service accepted-smsc=A keyword = test url = "http://localhost/2waykannel.asp" concatenation = true max-messages = 3 group = sendsms-user username = tester password = foobar user-deny-ip = "" user-allow-ip = "" forced-smsc = A
