Rob Whyte wrote:

First post to the list, and after searching long and far, I've only come up with only a few years old post on the topic.

I'm running Kannel + meta data branch, and and struggling to figure out how one would set the user_message_reference field that I really would like to pass along with my SMPP request. Can anyone shed some light on this for me?

First you read SMPP 3.4 specification (p. 5.3.1, 5.3.2.17).

Then add the following section to Kannel configuration file:

group = smpp-tlv
name = user_message_reference
tag = 0x204
type = integer
length = 2


After this add the following parameter to sendsms API GET request:

meta-data=%3Fsmpp%3Fuser_message_reference%3DXX

where XX is value you want to set.


--
Michael Bochkaryov (MB1-UANIC)

Reply via email to