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 using the smpplib library to send SMS from python code, the **register_delivery **flag is set to True in my submit SM request and the **DLR **is well received in the Deliver SM. Below is the message received in the Deliver SM :
The message id is the same as received in the SUBMIT SM RESP. Despite this, my service returns a status "Invalid System ID (0x0000000f)" to the SMSC. I tried to figure out where the status 0x0000000f is generated in the smpplib codes.
I didn't find any explanation. Has anyone faced this case? How can I resolve this and send status **ESME_ROK ** instead?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'am using the smpplib library to send SMS from python code, the **register_delivery **flag is set to True in my submit SM request and the **DLR **is well received in the Deliver SM. Below is the message received in the Deliver SM :
Nid:00003f25a4 submit date:2405031740 done date:2405031740 stat:DELIVRD err:000
The message id is the same as received in the SUBMIT SM RESP. Despite this, my service returns a status "Invalid System ID (0x0000000f)" to the SMSC. I tried to figure out where the status 0x0000000f is generated in the smpplib codes.
I didn't find any explanation. Has anyone faced this case? How can I resolve this and send status **ESME_ROK ** instead?
Beta Was this translation helpful? Give feedback.
All reactions