Hi
I am sending Messages through SMPP. I need to send some unique id while sending SubmitSM req to Server. And then getting that unique id while receiving response during client.query.
Basically i want to send an ID (bigint) and later on update the database on the basis of that ID.
Thanks
Sending some ID in SubmitSM and getting back
Moderator: alt
I think there is no way to do it.
When somebody replies to a message you must receive DeliverSm packet which does not have any information connected to your previous SubmitSm packet.
Anyway you need to talk with SMSC administrator. May be they support it somehow in TLV options.
may be option
"user_message_reference" - A reference assigned by the originating SME to the short message.
When somebody replies to a message you must receive DeliverSm packet which does not have any information connected to your previous SubmitSm packet.
Anyway you need to talk with SMSC administrator. May be they support it somehow in TLV options.
may be option
"user_message_reference" - A reference assigned by the originating SME to the short message.