Hi,

I'm new to Kannel and I have a problem with SMS processing and sending.
I'm using Kannel as an interface between an SMS-server using the CIMD2 protocol and a HTTP sms-center. All messages coming from the SMS-server must be forwarded using an HTTP request, and the answer given by the HTTP request must be pushed to the SMS-server.

The problem is, that after I receive the SMS it won't get processed.

Where did I get wrong?

Thanks
Tibor

access.log:
2005-11-02 14:10:33 Receive SMS [SMSC:voda7060134] ........

bearerbox.log:
....CIMD2[voda7060134]: received: <B20:000    021:36707060134001...
....CIMD2[voda7060134]: sending <B70:000      3CC>
....CIMD2[voda7060134]: new message received
....WARNING: smsbox_list empty!

kannel.conf:
group = core
admin-port = 13000
admin-password = xxxxxx
log-file = "/var/log/kannel/bearerbox.log"
log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
smsbox-port = 13003
store-file = "/etc/kannel/store/kannel.store"
access-log = "/var/log/kannel/access.log"

# SMSC Fake
group = smsc
smsc = fake
smsc-id = fake
host = 127.0.0.1
port = 13010
connect-allow-ip = 127.0.0.1

# SMSC Vodafone
group = smsc
smsc = cimd2
smsc-id = voda7060134
smsc-username = xxxxxxxxxxxxx
smsc-password = xxxxxxx
host = ip.add.ress
port = 9971
keepalive = 5
my-number = 36707060134

group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
sendsms-chars = "0123456789+-"
log-file = "/var/log/kannel/smsbox.log"
log-level = 0
access-log = "/var/log/kannel/access.log"

group = sendsms-user
username = foo
password = bar

group = sms-service
keyword = default
name = voda70
get-url = "http://localhost/sms.php?Keyword=%Q&PhoneNo=%q&MessageText=%a&dcs=%c";
catch-all = 1



-=o=-
Szentmarjay Tibor - http://tibu.naplopok.hu - mailto:[EMAIL PROTECTED]
ICQ UIN: 9774467 - Tel: (20) 9226659 - Skype:Szentmarjay.Tibor


Reply via email to