Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deliver_sm out of standar format #1239

Open
caoviedog opened this issue Nov 7, 2024 · 0 comments
Open

deliver_sm out of standar format #1239

caoviedog opened this issue Nov 7, 2024 · 0 comments

Comments

@caoviedog
Copy link

Hi!:

Hi have the following configuration with my jasmin deployment:

SMSC - Jasmin - ESME

The ESME send SMSs with submit_sm message type and is expecting a deliver_sm when the SMS is sent.
The problem, is that the format of the deliver_sm is not fully according to the SMPP standard
As we can see in the smpp.org webpage, the standar format for the deliver_sm message is the following (https://smpp.org/smpp-delivery-receipt.html):

id:123A456B sub:1 dlvrd:1 submit date:1702281424 done date:1702281424 stat:DELIVRD err:0 text:

But jasmin is sending the following format for the deliver_sm
id:1298d520-b783-49d9-87af-643d7bf13304 submit date:2411051159 done date:2411051159 stat:DELIVRD err:00

As you can see there is some fields missing (sub, dlvrd, text).
I was through the jasmin docs and forums, but I don't found any reference to this specific format or some way to change it, the most of ESMEs that I'm connecting can adapt the jasmin deliver_sm message, but is not the idea, due there are some of this ESMEs that cannot modify their code only for my integration.

Attached you can find some network traces for the jasmi deliver_sm responses.

I hope some one can help me on this.

Thanks a lot!

imagen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant