Search found 1 match

by manishds
Thu Sep 17, 2009 6:45 am
Forum: ALT.SMS.SmppClient
Topic: Sending some ID in SubmitSM and getting back
Replies: 6
Views: 51566

Sending some ID in SubmitSM and getting back

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