Hello,
I’m sending from playsms to kannel gatway, when checking the kannel status it gave the following
rcvd 44778, sent 23808, failed 0, queued 50459 msgs
is there any new configuration can I apply to improve delivery speed with SMPP?
here is the configuration
CORE
group = core
admin-port = 100
smsbox-port = 101
wapbox-port = 102
admin-password = testing
status-password = testing
wdp-interface-name = “xx.xx.xx.xx”
log-file = /var/log/kannel/kannel.log
log-level = 0
access-log = /var/log/kannel/access.log
store-type = spool
store-location = /var/spool/kannel/store
smsbox-max-pending = 1000
dlr-storage = mysql
MYSQL CONNECTION
group = mysql-connection
id = mydlr
host = localhost
port = 3306
username = testing
password = donpt
database = kannel_db
max-connections = 25
DLR TABLE STRUCTURE
group = dlr-db
id = mydlr
table = kannel_dlr
field-smsc = smsc
field-timestamp = timestamp
field-destination = destination
field-source = source
field-service = service
field-url = url
field-mask = mask
field-status = status
field-boxc-id = boxc_id
SMSC
group = smsc
smsc = smpp
smsc-id = smsc
allowed-smsc-id = smsc
preferred-smsc-id = smsc
interface-version = 34
allowed-prefix = 966
host = xx.xx.xx.xx
port = 8080
smsc-username = mike
smsc-password = mike99
system-type = VMA
source-addr-ton = 5
source-addr-npi = 1
dest-addr-ton = 0
dest-addr-npi = 0
keepalive = 600
reconnect-delay = 3
enquire-link-interval = 10
transceiver-mode = true
throughput = 50
log-level = 0
log-file = /var/log/kannel/smsc.log