At some point I had all MO messages writing to the mysql sent_sms table via
sqlbox.

 

Somehow this stopped and MO's are no longer written.   Does anyone have an
idea as to whats wrong with my config?

 

Perhaps I am not starting the boxes up in the correct order?

 

Thanks

 

Rich 

 

group = core
admin-port = 13000
admin-password = ******
admin-deny-ip = "*.*.*.*"
admin-allow-ip = "192.168.10.106;192.168.10.251"
smsbox-port = 13003
#wapbox-port = 13002
wdp-interface-name = "*"
log-file = "/var/log/kannel/bearerbox.log"
log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
dlr-storage = mysql
access-log = "/var/log/kannel/core-access.log"

# group = wapbox
# bearerbox-host = localhost
# log-file = "/var/log/kannel/wapbox.log"

group = smsbox
smsbox-id = dlrbox
bearerbox-host = localhost
# port in which any sendsms (push) HTTP requests are done
bearerbox-port = 13004
sendsms-port = 13013
# specify sendsms originator. This should ALWAYS be the phone number
global-sender = 83776
log-file = "/var/log/kannel/smsbox.log"
log-level = 0
mo-recode = true
access-log = "/var/log/kannel/smsbox-access.log"

# accounts that we use internally for sms push/pull
group = sendsms-user
username = kannel
password = ********
concatenation = false
max-messages = 3


group = mysql-connection
id = mydlr
host = 10.xx.xx.xx
port = 3306
username = kannelu$r
password = *******
database = kannel
max-connections = 3

group = dlr-db
id = mydlr
table = dlr
field-smsc = smsc
field-timestamp = ts
field-source = source
field-destination = destination
field-service = service
field-url = url
field-mask = mask
field-status = status
field-boxc-id = boxc

group = smsc
smsc = smpp
smsc-id = lime
host = 10.xx.xx.xx
port = 5071
transceiver-mode = yes
smsc-username = "****"
smsc-password = "****"
system-type = "****"
address-range =""
max-pending-submits = 10

group = sqlbox
id = sqlbox-db
smsbox-id = sqlbox
#global-sender = ""
bearerbox-host = localhost
bearerbox-port = 13003
smsbox-port = 13004
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
#ssl-client-certkey-file = ""
#ssl-server-cert-file = ""
#ssl-server-key-file = ""
#ssl-trusted-ca-file = ""

# Database connection examples. Please uncomment as needed

group = mysql-connection
id = sqlbox-db
host = 10.xx.xx.xx
port = 3306
username = Kannel_sqlbox
password = ******
database = kannel

Reply via email to