hi tolis , what is the test the operator require ? Best regards, Shabana
From: tolis man [mailto:[email protected]] Sent: Monday, April 28, 2014 7:39 AM To: Ahmed Shabana Cc: [email protected] Subject: RE: Handling throttling and message queue full errors Hi, I use this two parameters like this: sms-resend-retry = 5 sms-resend-freq = 60 but I fail to pass the Operators tests. ________________________________ From: [email protected]<mailto:[email protected]> To: [email protected]<mailto:[email protected]>; [email protected]<mailto:[email protected]> Subject: RE: Handling throttling and message queue full errors Date: Tue, 22 Apr 2014 16:34:24 +0000 why you did not review this at user guide sms-resend-freq seconds Frequency for the SMS resend thread in which temporarily failed or queued messages will be resent. Defaults to 60 seconds. sms-resend-retry number Maximum retry attempts for the temporarily failed messages. Defaults to -1, means: unlimited. From: devel [mailto:[email protected]] On Behalf Of tolis man Sent: Tuesday, April 15, 2014 3:59 PM To: [email protected]<mailto:[email protected]> Subject: Handling throttling and message queue full errors Hello I have a question concerning some specific behaviour of kannel on 2 specific errors This behaviour is a requirement for one smsc connection, I have also posted this on commercial mailing list of kannel, unfortunately I didn't get any response. What I need to setup is: for the errors: 1. 0x58 Throttling Error 2. 0x14 Message Queue Full -- 1. The requirement says that when I receive a throttling error message (0x58), the needed behaviour is: Stop sending any Submit_sm for 60 seconds. Any more outgoing Submit_sm's must be placed to the queue. The message, which get an error must be placed 1st in the queue. After 60 seconds timeout, continue sending normally, according queue. 2. If I receive a Message Queue Full error (0x14), the needed behaviour is: Resend message. Try to resend it only 3-5 times. Every time you get an error, place message at very end of queue. -- The smsc connection I have setup is: group = smsc smsc = smpp source-addr-ton = 0 source-addr-npi = 1 dest-addr-ton = 1 dest-addr-npi = 1 enquire-link-interval = 60 reconnect-delay = 90 throughput = 1 max-pending-submits = 1 wait-ack = 60 validityperiod = 4340 *It must be in synchronous mode too... I need to fix the behaviour of this connection for these two errors. Is there anyone who could help me on this? If so please email me. Thank you in advance,
