If you want to check this behaviour, turned off your mobile , a take a tcpdump trace , and send one message by one, until you get an error from the smsc, ( usually teh maximum message per subscriber on the smsc configuration are betwwen 10 and 25 ) depending the operator normally you will get an 0x000014 error message ( message queue full ) but often you will receive a 0x 000058 error that are throttling error for a message queue full situation. on this case, the retry parameter will allow you to manage the retry queue on kannel . if there is no paramter , kannel will take the default value ( if i am not mistaken it is 10 attempts per minute ) hope it help br Marc
_____ De : devel [mailto:[email protected]] De la part de ??????? ??????? Envoyé : jeudi 3 juillet 2014 12:08 À : 'Andreas Fink' Cc : 'devel Devel' Objet : RE: Throttling Error I understand, but it’s required rule for passing the test with SMSC connection. When we will pass it, we will have this interval = 1 second. From: Andreas Fink [mailto:[email protected]] Sent: Thursday, July 03, 2014 3:03 PM To: Алексей Мальгин Cc: [email protected]; devel Devel Subject: Re: Throttling Error FYI, the standard doesnt say how long you have to wait until you retry after getting a Throttled error. It only says: Throttling error (ESME has exceeded allowed message limits). This type of error is usually returned where an ESME has exceeded a predefined messaging rate restriction applied by the operator. If you wait 60 seconds before retrying it will slow your sending down a hell of a lot. Its totally ok to retry a couple of seconds later to see if we still exceed "allowed message limits". There's nothing wrong with that. This is not an error. This is what it is meant to be. On 03 Jul 2014, at 09:58, Алексей Мальгин <[email protected]> wrote: Hi, Thanks for the response! It will resolve problem with resending interval, but how can I make kannel stop sending PDU for some time after this error? Not for this message, for all messages in queue. From: <mailto:[email protected]> [email protected] [ <mailto:[email protected]> mailto:[email protected]] Sent: Thursday, July 03, 2014 2:46 PM To: Алексей Мальгин; <mailto:[email protected]> [email protected] Subject: RE: Throttling Error Hello, I think this can be configured with this release using parameters : sms-resend-freq and sms-resend-retry. I give you an example : sms-resend-freq = 900 (15 mins) and sms-resend-retry = 10 : means that the retry will be done 10 times every 15 minutes after receiving the 0x0058 error code for throttling error. Hope this could help you.. Regards, De : devel [ <mailto:[email protected]> mailto:[email protected]] De la part de ??????? ??????? Envoyé : jeudi 3 juillet 2014 04:08 À : <mailto:[email protected]> [email protected] Objet : Throttling Error Hello, We need help with processing Throttling Error. SMSC requires us to wait 60 seconds and resend request. Can you help us to setup kannel well? Our config in attachment. Is it possible? We use Kannel 1.5.0 with sqlbox, smpp 3.4. _________________________________________________________________________________________________________________________ Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration, Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci. This message and its attachments may contain confidential or privileged information that may be protected by law; they should not be distributed, used or copied without authorisation. If you have received this email in error, please notify the sender and delete this message and its attachments. As emails may be altered, Orange is not liable for messages that have been modified, changed or falsified. Thank you.
