Multiple delivery confirmations per message with Ruby SMPP

Posted by Santiago Palladino on Stack Overflow See other posts from Stack Overflow or by Santiago Palladino
Published on 2010-02-07T22:21:12Z Indexed on 2010/04/11 1:43 UTC
Read the original article Hit count: 509

Filed under:
|

I am using the ruby smpp library to send/receive SMS. Right now we are sending messages to two different servers, using the ruby-smpp library. One of them works perfectly, but the other one sends multiple DELIVRD confirmations for each messages. And by multiple I mean hundreds of confirmations per message in some cases.

Does anyone know any possible reason behind this? I am thinking on something relative to the implementation of the protocol the company is using, since it works perfectly with the other one, and not on the lines of a bug in the specific smpp ruby library. We are using smpp v3.4.

© Stack Overflow or respective owner

Related posts about smpp

Related posts about ruby