outgoing sms queue order
Dziugas Baltrunas <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi list, I have a question about an outgoing sms queue order. We have old legacy box with Kannel 1.2.1 inside and using one SMPP connection. I expected outgoing SMS queue to use FIFO, but however according to my tests, this is not always the case. According to 1.2.1 sources, SMS is added to outgoing_sms list with list_produce() and taken with list_consume(). Thanks, Dziugas