Closed lahirutm closed 2 years ago
Hi @lahirutm
You're seeing the correct behaviour, when you send a deliver_sm (with messageId) the response to that PDU is simply an ack (which is the deliver_sm_resp)
In fact on your side you do not need the deliver_sm_resp to have the messageId because you're the one sending the deliver_sm with messageId and per how the library works you'll receive this deliver_sm_resp on the callback for the corresponding submit_sm
to sum up, you're experiencing the normal flow of work
Closing as I believe it's already been answered. Feel free to reopen if needed
I have developed an SMSC using node_smpp library. Almost everything working fine. But when i send delivery report to client side smpp application it sending me the delivery_sm_resp without message id, also client said DLR is not updated in the application.
here is my code for sending DLR
This is the response received from the client side.
Please let me know if anyone know the exact issue.