Hi

I have working setup that sends sms messages just fine. Message is copied
to sent_sms table as expected.

How do I implement DLR status? Is my only option to archive this to create
a script that writes delivery status to my sent_sms table? If so, how to
add an ID that is stored to db? in case I use smsbox's http interface to
receive user data.

Or can I configure sqlbox to do this for me? Some discussion left an
impression to me, that this is possible, but I can't find  documentation
from kannel.org that helps me with this.

If sqlbox can do it great, if not I think it's bit useless sw.

and as an extra option how to configure sqlbox to save incoming sms:s to
database? is it possible? and is there a way to use database to configure
incoming sms rules, so that sql box would do the tricks...

thx, Jarno

-- kannel.conf
group = core
admin-port = 13000
admin-password = <changed>
admin-deny-ip = "192.168.100.1" # deny outside gw
admin-allow-ip = "127.0.0.*;192.*.*.*"
smsbox-port = 15001
log-file = "/var/log/kannel/bearerbox.log"
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"

group = smsbox
bearerbox-host = 127.0.0.1
bearerbox-port = 15002
sendsms-port = 15015
global-sender =  "SERVICE_PROVIDER"
log-level = 0
log-file = "/var/log/kannel/smsbox.log"

+ incoming message groups

--sqlbox.conf--
group = sqlbox
id = sqlbox-db
smsbox-id = sqlbox
bearerbox-host = localhost
bearerbox-port = 15001
smsbox-port = 15002
smsbox-port-ssl = false
sql-log-table = sent_sms
sql-insert-table = send_sms
log-file = "/var/log/kannel/kannel-sqlbox.log"
log-level = 0

+ mysql configuration


Reply via email to