Matching Replies/Reply

.NET library for SMPP protocol
Locked
lclassen
Posts: 1
Joined: Tue Jan 12, 2016 9:30 am

Matching Replies/Reply

Post by lclassen » Tue Jan 12, 2016 9:42 am

Hi

Currently experiencing this issue.

How would I match a reply from a number to the originating message. The SMSC provider we use do matching from their end and send us the information with the reply DeliverSm. However I cannot find anything.

If anyone has experienced this issue or know of a means to match a reply to its originating message. it would be greatly appreciated.

Example to the same cell number:

Message 1: "Hi What Is your first name?"
Message 2: "Hi What is your last name?"
Reply to Message 2: "Doe"
Reply to Message 1: "John"

I receive 2 messages in the order "Doe" and "John" what information is available to match these to there correct originating messages?

Is this kind of logic possible?
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: Matching Replies/Reply

Post by alt » Tue Jan 12, 2016 5:59 pm

Hi,

It doesn't supported by SMPP protocol.

Just send second SMS only when you receive answer on the first SMS from the same phone number.
Locked