Hi Chris,
It would be better if you can attach some debug log with it... But In my
opinion you should try the bigger value for wait-ack....
something like
throughput = 2
wait-ack = 600
Regards,
Ishtiaq Ahmed
Christos Karaviotis wrote:
Hi people,
I know that this must have been asked dozen of times. I have checked
the last 2 years archives but found nothing.
OK here is my problem,
I have upgraded Kannel from 1.4.1 to 1.4.2 and now I have the need due
to 'throughput error' to limit the messages per second that Kannel
sends to the SMPP. Our provider limits us to 2 m/sec. I have added
under the specific SMSC configuration the 'throughput = 2' but no
luck. Kannel still tries to send the entire queue at once.
_Here is the configuration
_
group = smsc
smsc = smpp
smsc-id = A
host = 213.***.***.***
port = 6200
bind-addr-ton = 1
bind-addr-npi = 1
source-addr-ton = 5
source-addr-npi = 0
dest-addr-ton = 1
dest-addr-npi = 1
smsc-username = "*******"
smsc-password = *******
system-type = "kannel"
throughput = 2
wait-ack = 1
max-pending-submits = 1
address-range = "91.***.***.***"
Did I have to compile Kannel with some special parameters or did I
have to do something and I did not do?
Thank you
Chris