Throughput variable controls the overall SMSC bind transaction per
second not per destination_add. What I am looking for is to control
number of allowed SMS per unique receiver basis in a given second so
if there are 10 messages in the kannel queue then it should not send all
of them at once and should release the queue one by one
//moazzam
On 06/20/2012 2:28 PM, Amin Mukhaimer wrote:
You may want to try using a the variable "throughput" in SMSC
configurations, I hope that works...
Also, kindly "reply to all" so others can read the message, to get help or
maybe comment on the issue :)
Good luck.
-----Original Message-----
From: Moazzam Ali [mailto:[email protected]]
Sent: Wednesday, June 20, 2012 12:21 PM
To: Amin Mukhaimer
Subject: Re: outgoing SMS limit per MSISDN
We already doing this, we store messages in the MySQL database and send one
SMS to unique MSISDN per second. However, sometime when we need to restart
MySQL or Kannel or sms handler, Kannel starts storing and queuing the
messages and Kannel do not release the queued one by one It tries to process
all queued messages at once hence SMSC return throttling error in submit
response because SMSC only allows one SMS per MSISDN per second.
OK if kannel does not support such limit, is there any way if i can limit
the queue releasing one message per second?
On 06/20/2012 11:59 AM, Amin Mukhaimer wrote:
Hi, I would suggest saving that information on your database and having
your
server check before sending new SMSs whether the number received a SMS
already, or maybe having the service that sends the messages run once a
day...
I don't know if kannel itself has such feature, good luck.
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf
Of Moazzam Ali
Sent: Wednesday, June 20, 2012 3:29 AM
To: [email protected]
Subject: outgoing SMS limit per MSISDN
Hi,
is there any way to limit the outgoing SMS per destination MSISDN? For
example xxxxxxx is a mobile nr and i want to let kannel send only one SMS
to this MSISDN per second?
//moazzam