How to send messages with tags?

.NET library for SMPP protocol
Locked
jfl
Posts: 7
Joined: Sun Oct 20, 2013 12:33 pm

How to send messages with tags?

Post by jfl » Fri Mar 21, 2014 9:54 am

How can I add "TAGS" to a message? For example:

Server (source): +27830000000
Phone (destination): +27831111111

Without TAG:
Send from server to phone, on the phone message is received from +27830000000.
Reply from phone to server, on the server message is received from +27831111111.

WITH TAG (12345):
Send from server to phone, with tag 12345, on the phone message is received from +2783000000012345.
Reply from phone to server, on the server message is received from +2783111111112345.

How can I send WITH TAG?
jfl
Posts: 7
Joined: Sun Oct 20, 2013 12:33 pm

Re: How to send messages with tags?

Post by jfl » Thu Mar 27, 2014 7:12 am

I found the answer to this in the meanwhile.

It is as easy as appending the TAG to the Source Address...
Locked