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

ESME_RSUBMITFAIL error in SMPP integration #1114

Open
PureCodeSa opened this issue May 7, 2023 · 0 comments
Open

ESME_RSUBMITFAIL error in SMPP integration #1114

PureCodeSa opened this issue May 7, 2023 · 0 comments

Comments

@PureCodeSa
Copy link

Hello

I am currently facing an issue with the SMPP integration using JasminSMS as the SMS gateway. After successfully establishing a connection to the SMPP gateway, I attempted to use the http://127.0.0.1:1401/send? endpoint for sending SMS messages. The endpoint functions correctly and returns a message ID.

However, upon inspecting the messages.log, I noticed the following error:

SMS-MT [cid:DEMO_CONNECTOR] [queue-msgid:feaccc87-aqqe-45f7-8592-c18118b71003] [status:ERROR/CommandStatus.ESME_RSUBMITFAIL] [retry:False] [prio:0] [dlr:RegisteredDeliveryReceipt.SMSC_DELIVERY_RECEIPT_REQUESTED]

Upon further investigation, I discovered that there is a parameter mismatch between the expected parameters in JasminSMS and the ones used by the gateway. Specifically, the gateway expects the parameter to be called "message" instead of "content".

Could this parameter mismatch be the cause of the ESME_RSUBMITFAIL error ?

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