smppex icon indicating copy to clipboard operation
smppex copied to clipboard

External sequence number generation and pdu storage

Open MarkMagnus opened this issue 4 years ago • 1 comments

Have been running with fork https://github.com/MarkMagnus/smppex for the last 3 years.

This fork has the following modifications

  1. External sequence number generation.
  2. Separated processes for PDU storage.

Our system sends SMS to multiple suppliers, with multiple connections, for multiple clients simultaneously. Messages are tracked by predetermined sequence numbers, generated for each supplier independently. We are now considering, either re-basing the code by either forking and re-implementing changes or doing the work then submitting a pull request.

Would like to know your thoughts? and any suggestions on how this could be improved.

MarkMagnus avatar Nov 23 '21 00:11 MarkMagnus

Hello! Sorry for the late reply, I somehow missed your issue due to notification preferences :(

This library is actively used and maintained by me and FunBox org , so feel free to make a draft PR for a discussion.

savonarola avatar Dec 20 '21 14:12 savonarola