RE: outgoing SMS limit per MSISDN

2012-06-20 Thread Amin Mukhaimer
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:moz...@gmail.com] Sent:

Re: outgoing SMS limit per MSISDN

2012-06-20 Thread Moazzam Ali
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

RE: outgoing SMS limit per MSISDN

2012-06-20 Thread info.ubichip
thoughput parameter is not working under ONE SMS/sec. -Message d'origine- De : users-boun...@kannel.org [mailto:users-boun...@kannel.org] De la part de Amin Mukhaimer Envoyé : mercredi 20 juin 2012 11:29 À : 'Moazzam Ali' Cc : users@kannel.org Objet : RE: outgoing SMS limit per MSISDN

RE: outgoing SMS limit per MSISDN

2012-06-20 Thread info.ubichip
Hello, the best is to trace the count using a script on the access.log then count and trigger the stop-sms command -Message d'origine- De : users-boun...@kannel.org [mailto:users-boun...@kannel.org] De la part de Moazzam Ali Envoyé : mercredi 20 juin 2012 02:29 À : users@kannel.org

release queued messages one by one

2012-06-20 Thread Moazzam Ali
is it possible to define delay interval between the queued messages? For example if there are 100 SMS queued then after every second one SMS should be submitted to SMSC? //moazzam