You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: