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
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:
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: