Dear Kannel Users,

I'm running Kannel 1.4.0 from CVS end of last year and I had a problem today
that I sent SMSs to a SMSC and non of the SMSs went through.  After I
restarted the bind all the SMSs that were supposed to go through went
through. So you could say the bind went stale.

Before restarting the bind the enquirelink messages were going through but
no SMSs could be sent.

I don't know why this happened, but do you recommend restarting the binds
every day to prevent this?

Any ideas what to look for appreciated.

Here is my Kannel config:

# SMSC CONNECTIONS

group = smsc
smsc = smpp
smsc-id = smscid
allowed-smsc-id = smscid
host = x.y.z.w
port = a
#transceiver-mode = true
receive-port = a
smsc-username = x
smsc-password = y
system-type = SMPP
# default is 10
reconnect-delay=40
# default is 30
enquire-link-interval=30
source-addr-ton=5
source-addr-npi=0
dest-addr-ton=1
dest-addr-npi=1

#dlr-mask = 31

# SMSBOX SETUP

group = smsbox
bearerbox-host = localhost
#bearerbox-is-sqlbox = true/false
sendsms-port = 13013
http-queue-delay=30
http-request-retry=10
log-level = 0
access-log = "/var/log/kannel/access.log"
log-file = "/var/log/kannel/smsbox.log"
##access-log = "/tmp/access.log"

# SEND-SMS USERS

group = sendsms-user
username = xy
password = wz


# SERVICES

# there should be default always

group = sms-service
keyword = default
text = "No service specified"



Reply via email to