Hello All,
Issue: DLR-MO messages get stuck on Kannel Store.
What's working: Upto messages getting delivered on log table of sqlbox.
Starting order: bearerbox -> sqlbox -> smsbox
The above order works fine, and DLRs come in fine. My ONLY issue is messages
getting stuck inside store.
If I start with bearerbox->smsbox->sqlbox, DLR-MO reaches inside by
insert-table of sqlbox db.
__________________________________________________________________
SMS: received 0 (0 queued), sent 1 (0 queued), store size 24
SMS: inbound (0.00,0.00,0.00) msg/sec, outbound (0.00,0.00,0.00) msg/sec
DLR: received 24, sent 0
DLR: inbound (0.02,0.01,0.03) msg/sec, outbound (0.00,0.00,0.00) msg/sec
DLR: 3518 queued, using mysql storage
Box connections:
smsbox:(none), IP 127.0.0.1 (0 queued), (on-line 0d 0h 14m 18s)
smsbox:smsbox, IP 127.0.0.1 (24 queued), (on-line 0d 0h 14m 8s)
__________________________________________________________________
Please find the kannel.conf and sqlbox.conf
kannel.conf
____________
group = core
admin-port = 13000
smsbox-port = 13003
admin-password = zap01
log-level = 0
store-type = spool
log-file = /var/log/bearerbox1.log
dlr-storage = mysql
store-location = /kannel_spool1/
access-log = /var/log/bearerbox1.access
group = smsbox
bearerbox-host = localhost
sendsms-port = 13131
access-log=/var/log/smsbox.access
log-level = 0
log-file = /var/log/smsbox.log
sqlbox.conf
_______________
group = sqlbox
id = sqlbox-db
smsbox-id = smsbox
bearerbox-port = 13003
smsbox-port = 13007
smsbox-port-ssl = false
sql-log-table = sent_sms
sql-insert-table = send_sms
log-file = "/var/log/sqlbox.log"
log-level = 0