Re: Multipart sms sending behaviour - Sending all the parts of a multipart 1 after the other

2017-12-21 Thread amalysh
Hi Grant, as far as I see 1.4.4 already using prio queue and Kannel does it best to send all messages/parts in the right order but it’s impossible to do in all the cases. What you can do, as a workaround, to add a delay between sending, e.g. 20 longs msgs then min 1 sec delay and other 20 msgs.

Re: Multipart sms sending behaviour - Sending all the parts of a multipart 1 after the other

2017-12-19 Thread Grant Saicom
Hi Alex Thank you for your reply and time. Kannel is splitting the messages before sending them down the bind to the SMSC. The whole messages arrives via smsbox and is then passed to bearerbox for delivery to SMSC via smpp. The problem is that if I have more than 40 multipart messages in the

Re: Multipart sms sending behaviour - Sending all the parts of a multipart 1 after the other

2017-12-19 Thread amalysh
Hi, who is responsible for splitting long messages? you should let Kannel do it for you, then Kannel take care to send all parts via the same SMSC and in the right order. Thanks, Alex > Am 19.12.2017 um 14:32 schrieb Grant Saicom : > > Hi Kannel Users > > I have an

Multipart sms sending behaviour - Sending all the parts of a multipart 1 after the other

2017-12-19 Thread Grant Saicom
Hi Kannel Users I have an issue which I need to address with respect to how kannel(1.44) sends multipart messages to a SMSC. Let me explain the situation/limitations: -I have a server which manages and distributes smses to my modems. -I communicate to this server via smpp using bearerbox.