Kannel queue is full

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

have you tried to remove the throughput option ?

anton

No, I didn’t but do you think that it will be solve the problem? the outbound rate is not more than 10 msg/ 1s

Also the playsmsd after 500K or 1 million, it will be very slow in delivering the msgs unless we do a restart for the service.

Any idea please?

which playsms version do you use ?

anton

I’m using the version 1.3.1

Regards