Hello guys,

I have a strange delay in the sending of several messages to identical number :

There is a delay between receiving a message by the smsbox untill its being 
send to the SMPP link

*2014-09-12 15:32:58 send-SMS request added - sender:cmUser:test_user 127.0.0.1 
target:30303030303 request: ...**
*
Then at the kannel access log the first appearance of that message is 
at*2014-09-12 18:44:56 Sent SMS [SMSC:test_gate] **
*This is a delay of more that 3 hours. And I don't know how to explain it ..
There are no errors at the kannel debug log  for that SMSC like disconnects or 
queue full error or anything else

How I can find out the reason for the delay ?

SMPP SMSC CONFIG:
======================================================

group = smsc
smsc = smpp
smsc-id = test_gate
host =  smpp09.test.com
transceiver-mode = 1
port = 30000
#receive-port = 3223
smsc-username = user_t
smsc-password = pass_t
system-type = DEMO
service-type = DEMO
source-addr-autodetect = 1
dest-addr-ton = 1
dest-addr-npi = 1
source-addr-ton = 1
source-addr-npi = 1
bind-addr-npi = 1 
enquire-link-interval = 60
max-pending-submits = 1
denied-smsc-id = "clickatellGSM;clickatell"
allowed-smsc-id-regex = test_gate
interface-version = 34
wait-ack = 1800


group = sendsms-user
username = test_user
password = test_pass
user-deny-ip = "*.*.*.*"
user-allow-ip = "127.0.0.1;10.9.0.*"
max-messages = 3
concatenation = true
forced-smsc = test_gate
default-smsc = test_gate

======================================================

I will appreciate some some hints here ...


Cheers

seikath

Reply via email to