I did try this, and have since discovered what the problem is. mBlox is
telling me they discard the data passed in this parameter. They apparently
took the phrase "Optional Parameter" to mean it was their option to leave it
out of their implementation of SMPP v3.4.. This is a huge problem for me, as
they are now telling me to use sequence_number in place of it. They seem to
lack some serious brain power if they think this is the correct way to
implent this.

WOW

Thanks for your help.


On Tue, Aug 19, 2008 at 2:36 AM, Michael Bochkaryov
<[EMAIL PROTECTED]>wrote:

> 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