praekeltfoundation / vumi

Messaging engine for the delivery of SMS, Star Menu and chat messages to diverse audiences in emerging markets and beyond.
BSD 3-Clause "New" or "Revised" License
422 stars 131 forks source link

SMPP client needs to send an unbind command before disconnecting #624

Closed smn closed 10 years ago

smn commented 11 years ago

It's the other side of https://github.com/praekelt/vumi/pull/420. We have some MNOs that are sending an ESME_RALYBND response when we drop the connection and immediately reconnect. Generally this goes away after their side has realized we've stopped responding to enquire_link calls. I suspect that sending an unbind command before disconnecting resolves this issue.

smn commented 11 years ago

screenshot_2013_10_14_9_23_am

Relevant bit from the SMPP spec.

jerith commented 10 years ago

Does #677 handle this or do we need to do something more?

smn commented 10 years ago

yup! thanks