Hi All,

I have this configuration in my kannel:

group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
global-sender = 13013
smsbox-id = box1
log-file = "/var/log/kannel/smsbox.log"
log-level = 0

group = sendsms-user
username =
password =

group = sms-service
keyword = default
#get-url = "
http://localhost/kannel/receivesms.php?sender=%p&text=%a&receiverph=%P&smscid=%i
"
get-url = "
http://localhost/kannel/receivesms.php?sender=%p&text=%a&receiverph=%P&smscid=%i&coding=2&charset=ASCII&foreignid=%F
"
accept-x-kannel-headers = true
concatenation = true
catch-all = true
max-messages = 3

I also have an OpenSMPPBox installed with this config:

group = opensmppbox
opensmppbox-id = clsuu
opensmppbox-port = 2785
bearerbox-host = 127.0.0.1
bearerbox-port = 13001
our-system-id = clsuu
smpp-logins = /etc/kannel/smpplogins.txt
use-systemid-as-smsboxid = true
route-to-smsc = clcstsmpp
log-file = /var/log/kannel/smppbox.log

Someone please tell me why my messages are not being saved in the database.
Bearer box log show no error.

I have tested the get-url url and it is working.

Please assist.

MT

Reply via email to