Hi All,

I setup kannel gw with sqlbox. somhow it creates 2 tables (send_sms &
sent_sms), but no sms within that tables at anytime.

How can I resolve this?

#sqlbox.conf
group = sqlbox
id = sqlbox-db
smsbox-id = sqlbox
bearerbox-host = localhost
bearerbox-port = 13001
smsbox-port = 13005
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

group = mysql-connection
id = sqlbox-db
host = localhost
username = root
password = root
database = kannel

Thank you!

Reply via email to